usb: gadget: lpc32xx_udc: fix wrong clk_put() sequence
authorFelipe Balbi <balbi@ti.com>
Mon, 10 Mar 2014 18:30:53 +0000 (13:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 23:05:31 +0000 (16:05 -0700)
commitade79d13a83a31cc0f68b47831bcbfe3a82f613f
tree0e5157c97b3b81fc47185757556b6292bbada520
parent36904592bc0d6da0e77278d9694e5e4c66bc0a11
usb: gadget: lpc32xx_udc: fix wrong clk_put() sequence

This patch fixes the following Coccinelle error:

drivers/usb/gadget/lpc32xx_udc.c:3313:1-7: ERROR: \
missing clk_put; clk_get on line 3139 and \
execution via conditional on line 3146

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/lpc32xx_udc.c