aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/mixart/mixart_hwdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/mixart/mixart_hwdep.c')
-rw-r--r--sound/pci/mixart/mixart_hwdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/mixart/mixart_hwdep.c b/sound/pci/mixart/mixart_hwdep.c
index 122c28efc483..f98603146132 100644
--- a/sound/pci/mixart/mixart_hwdep.c
+++ b/sound/pci/mixart/mixart_hwdep.c
@@ -613,7 +613,7 @@ static int mixart_hwdep_dsp_load(struct snd_hwdep *hw,
613 (int)dsp->length); 613 (int)dsp->length);
614 return -ENOMEM; 614 return -ENOMEM;
615 } 615 }
616 if (copy_from_user(fw.data, dsp->image, dsp->length)) { 616 if (copy_from_user((void *) fw.data, dsp->image, dsp->length)) {
617 vfree(fw.data); 617 vfree(fw.data);
618 return -EFAULT; 618 return -EFAULT;
619 } 619 }