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 [media] tea575x: Move from sound to media 2013-08-18 08:09:59 -03:00
ak4xxx-adda.c ALSA: ak4xxx-adda: Drop unnecessary ifdef CONFIG_PROC_FS 2015-05-29 07:51:23 +02:00
ak4113.c ALSA: ak411x: simplify snd_ak4113_create() a bit 2015-03-23 13:58:59 +01:00
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 sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00