diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-07-12 11:26:29 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-07-12 12:28:04 +0200 |
commit | 5137d6da462d26bb2cb0c7a6960888adb789fb3d (patch) | |
tree | 966613e159b498af8bc302c54f512840822e8c1a /block/deadline-iosched.c | |
parent | 3805e6a18d459d520fb921698e3e3e21d8a039db (diff) | |
download | linux-rt-5137d6da462d26bb2cb0c7a6960888adb789fb3d.tar.gz |
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>
Diffstat (limited to 'block/deadline-iosched.c')
0 files changed, 0 insertions, 0 deletions