commit | 9fe856e47e1751204faf3d604c6d20ab24bd3b93 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Sep 04 18:52:54 2010 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Sep 07 08:05:59 2010 +0200 |
tree | 744a735096a76caad69d73884893c897b0ce3219 | |
parent | 831853c87fb7234a8650484d30993242ea9ad6d3 [diff] [blame] |
sound: Remove unnecessary casts of private_data Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c index 81284a8..2259e3f 100644 --- a/sound/isa/sb/sb8.c +++ b/sound/isa/sb/sb8.c
@@ -72,7 +72,7 @@ static void snd_sb8_free(struct snd_card *card) { - struct snd_sb8 *acard = (struct snd_sb8 *)card->private_data; + struct snd_sb8 *acard = card->private_data; if (acard == NULL) return;