patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / sound / pci / vx222 / vx222_ops.c
index 6f73d05..c9dfb2b 100644 (file)
@@ -357,7 +357,8 @@ static int vx2_load_xilinx_binary(vx_core_t *chip, const snd_hwdep_dsp_image_t *
 {
        unsigned int i;
        unsigned int port;
-       unsigned char *image, data;
+       unsigned char data;
+       unsigned char __user *image;
 
        /* XILINX reset (wait at least 1 milisecond between reset on and off). */
        vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE | VX_XILINX_RESET_MASK);