]> git.karo-electronics.de Git - linux-beck.git/commit
soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()
authorAxel Lin <axel.lin@ingics.com>
Mon, 27 Oct 2014 16:37:35 +0000 (09:37 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Mon, 27 Oct 2014 16:37:35 +0000 (09:37 -0700)
commitea6d4c07ca872b875b31e9a9bc99c21359c0f19c
tree99ac5afeb8e4617fd29784e47dd05242406cda4d
parent42813295dfa3689c73e93726e7ebbbdb466dd246
soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()

Don't call mutex_unlock() in the error patch if the mutex_lock() is not called.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
drivers/soc/ti/knav_qmss_queue.c