From: Felipe Balbi Date: Mon, 10 Mar 2014 18:30:53 +0000 (-0500) Subject: usb: gadget: lpc32xx_udc: fix wrong clk_put() sequence X-Git-Tag: v3.15-rc1~137^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade79d13a83a31cc0f68b47831bcbfe3a82f613f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed