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)
commit0b5c1e62d80c8ee43b9f8435fe54ed097dba6a3c
treed368c696e282864449cb424bc4cc06565907a663
parentbd2fbf3a5602d9721b82e4fc71a68167f3a7ec86
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