1
0
Fork 0
remarkable-linux/sound/i2c
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
..
other ALSA: ak4114: remove redundant check on err being < 0 2016-07-12 12:28:04 +02:00
Makefile ALSA: drop outdated and broken sa11xx-uda1341 driver 2009-03-17 17:58:13 +01:00
cs8427.c ALSA: cs8427: separate HW initialization 2014-04-03 14:59:48 +02:00
i2c.c ALSA: i2c: constify snd_i2c_ops structures 2015-11-30 11:40:08 +01:00
tea6330t.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00