Dan Carpenter bec145ae6f ALSA: remove unnecessary null check
This function is only called from snd_ctl_ioctl() and the file parameter
can never be null so there is no need to check it here.

We dereference file at the start of the function:
        struct snd_card *card = file->card;
and it confuses static checkers to dereference a pointer before
checking it.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-11-18 09:59:40 +01:00
..
2009-11-18 09:59:40 +01:00
2009-11-13 08:30:22 +01:00
2009-11-17 08:58:40 +01:00
2008-01-31 17:29:48 +01:00
2007-05-21 09:18:19 -07:00