mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 11:10:22 +02:00
snd_ak4114_create checks if the error return err is less than zero or not. This is a redundant check, err can only be < 0 to get to the __fail label, in which case just return err and remove the redundant check (since we never return -EIO). Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
|---|---|---|
| .. | ||
| ak4xxx-adda.c | ||
| ak4113.c | ||
| ak4114.c | ||
| ak4117.c | ||
| Makefile | ||
| pt2258.c | ||