diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-07-12 13:22:40 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-07-12 13:26:09 +0300 |
commit | 3805e6a18d459d520fb921698e3e3e21d8a039db (patch) | |
tree | 6b4f636820ffcc110fa15c3d3667b7b465f1f6c1 /sound/i2c/Makefile | |
parent | dfa40d3e3686591f7c30990c67f11b5d30f4527f (diff) | |
download | linux-3805e6a18d459d520fb921698e3e3e21d8a039db.tar.xz |
ALSA: ak4117: remove redundant check on err being < 0
snd_ak4117_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>
Diffstat (limited to 'sound/i2c/Makefile')
0 files changed, 0 insertions, 0 deletions