]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 18 Aug 2013 08:13:13 +0000 (16:13 +0800)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Aug 2013 19:16:51 +0000 (14:16 -0500)
commit60062f309bdd3ab579e03effcc91eac3fdce50ae
treed368c696e282864449cb424bc4cc06565907a663
parent200f8559db4e309e12eecfad246884e6f1e623ba
usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()

Add the missing unlock before return from function cppi41_dma_callback()
in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_cppi41.c