]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - sound/pci/ice1712/prodigy192.c
sound: Remove unnecessary casts of private_data
[net-next-2.6.git] / sound / pci / ice1712 / prodigy192.c
index 2a8e5cd8f2d8093f18b3f2c12591ed503c483530..e36ddb94c382932a4e5c9b35095678d3b9c90ea5 100644 (file)
@@ -654,7 +654,7 @@ static int prodigy192_ak4114_init(struct snd_ice1712 *ice)
 static void stac9460_proc_regs_read(struct snd_info_entry *entry,
                struct snd_info_buffer *buffer)
 {
-       struct snd_ice1712 *ice = (struct snd_ice1712 *)entry->private_data;
+       struct snd_ice1712 *ice = entry->private_data;
        int reg, val;
        /* registers 0x0 - 0x14 */
        for (reg = 0; reg <= 0x15; reg++) {