aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctatc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/ctatc.c')
-rw-r--r--sound/pci/ctxfi/ctatc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c
index 04e54ccf5120..e536ab97ddeb 100644
--- a/sound/pci/ctxfi/ctatc.c
+++ b/sound/pci/ctxfi/ctatc.c
@@ -1235,7 +1235,7 @@ static int ct_atc_destroy(struct ct_atc *atc)
1235 } 1235 }
1236 1236
1237 if (atc->hw) 1237 if (atc->hw)
1238 destroy_hw_obj((struct hw *)atc->hw); 1238 destroy_hw_obj(atc->hw);
1239 1239
1240 /* Destroy device virtual memory manager object */ 1240 /* Destroy device virtual memory manager object */
1241 if (atc->vm) { 1241 if (atc->vm) {