1
0
Fork 0
remarkable-linux/sound/i2c/other
Colin Ian King 5137d6da46 ALSA: ak4114: remove redundant check on err being < 0
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>
2016-07-12 12:28:04 +02:00
..
Makefile
ak4xxx-adda.c ALSA: ak4xxx-adda: Drop unnecessary ifdef CONFIG_PROC_FS 2015-05-29 07:51:23 +02:00
ak4113.c
ak4114.c ALSA: ak4114: remove redundant check on err being < 0 2016-07-12 12:28:04 +02:00
ak4117.c ALSA: ak4117: remove redundant check on err being < 0 2016-07-12 12:26:09 +02:00
pt2258.c