]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: at91_udc: prepare clk before calling enable
authorBoris BREZILLON <b.brezillon@overkiz.com>
Tue, 25 Jun 2013 08:12:56 +0000 (10:12 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 15 Jul 2013 09:59:40 +0000 (12:59 +0300)
commitf3ef3362b44df66773f9fa34aff86140a6f0929b
tree3584ec972343eb8479fb8dbadf346514b2c3f301
parent7f06a99391157b0921962c3dfa6eaed8eb5cbde5
usb: gadget: at91_udc: prepare clk before calling enable

Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to
avoid common clk framework warnings.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/at91_udc.c