]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: bebob: Correction for return value of special_clk_ctl_put() in error
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 22 Jul 2014 15:02:08 +0000 (00:02 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Jul 2014 15:31:28 +0000 (17:31 +0200)
commiteb12f72ee7245ca207818b9efd10be2641494502
tree43eb70cb6666befdc6da0ebb5fb918a3e6a4ae32
parentf77ac91e8edade4755f732d52fa094dc3bfd8b8e
ALSA: bebob: Correction for return value of special_clk_ctl_put() in error

This commit is a supplement to my previous patch.
http://mailman.alsa-project.org/pipermail/alsa-devel/2014-July/079190.html

The special_clk_ctl_put() still returns 0 in error handling case. It should
return -EINVAL.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob_maudio.c