]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: ak411x: simplify snd_ak4113_create() a bit
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 Mar 2015 09:34:46 +0000 (12:34 +0300)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Mar 2015 12:58:59 +0000 (13:58 +0100)
commit034f90b393a3d5c99654f048c4b22b3d05e3a345
treeb37310e6b9f930617833c2cca409b1165e96f076
parente311782acd196d17d25b323d115709c50c8f7d3f
ALSA: ak411x: simplify snd_ak4113_create() a bit

"err" is always a negative error code here, so there is no point in
checking.  Removing the check silences a static checker warning and
makes the code a bit more clear.  Also we don't need to initialize "err".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/i2c/other/ak4113.c