Re: [PATCH -next] ALSA: bebob: Fix missing unlock on error in special_clk_ctl_put()

2014-07-20 Thread Takashi Sakamoto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wei, Thanks for this patch, while I found the other issues in this file. I would like to post new patches instead of yours, later. Thanks Takashi Sakamoto o-taka...@sakamocchi.jp (Jul 20 2014 13:50), weiyj...@163.com wrote: > From: Wei Yongjun

[PATCH -next] ALSA: bebob: Fix missing unlock on error in special_clk_ctl_put()

2014-07-19 Thread weiyj_lk
From: Wei Yongjun Add the missing unlock before return from function special_clk_ctl_put() in the error handling case. Signed-off-by: Wei Yongjun --- sound/firewire/bebob/bebob_maudio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/firewire/bebob/bebob_maudio.c