]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41888c572e50c9ae439b7df22640f381b1bfcc15
tree0e5157c97b3b81fc47185757556b6292bbada520
parente571cec1a8d158a4c476d508df86d4260c647278
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