sound: Remove unnecessary casts of private_data

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Joe Perches
2010-09-04 18:52:54 -07:00
کامیت شده توسط Takashi Iwai
والد 831853c87f
کامیت 9fe856e47e
14فایلهای تغییر یافته به همراه41 افزوده شده و 42 حذف شده

مشاهده پرونده

@@ -72,7 +72,7 @@ static irqreturn_t snd_sb8_interrupt(int irq, void *dev_id)
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;