Re: [PATCH] ALSA: ak4117: remove redundant check on err being < 0

From: Takashi Iwai
Date: Tue Jul 12 2016 - 06:27:31 EST


On Tue, 12 Jul 2016 12:22:40 +0200,
Colin King wrote:
>
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>

Applied, thanks.


Takashi