linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / sound / oss / sh_dac_audio.c
index 3f7427c..8a9917c 100644 (file)
@@ -289,7 +289,7 @@ static int __init dac_audio_init(void)
 
        in_use = 0;
 
-       data_buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);
+       data_buffer = (char *)kmalloc(BUFFER_SIZE, GFP_KERNEL);
        if (data_buffer == NULL)
                return -ENOMEM;