ALSA: Deletion of checks before the function call "iounmap"
The iounmap() function performs also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

کامیت شده توسط
Takashi Iwai

والد
b76c0e95ab
کامیت
ff6defa6a8
@@ -889,8 +889,8 @@ static int aaci_probe_ac97(struct aaci *aaci)
|
||||
static void aaci_free_card(struct snd_card *card)
|
||||
{
|
||||
struct aaci *aaci = card->private_data;
|
||||
if (aaci->base)
|
||||
iounmap(aaci->base);
|
||||
|
||||
iounmap(aaci->base);
|
||||
}
|
||||
|
||||
static struct aaci *aaci_init_card(struct amba_device *dev)
|
||||
|
مرجع در شماره جدید
Block a user