]> 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)
commit8d7b0e55cce7750221268016bbb6be45b165b20d
tree3584ec972343eb8479fb8dbadf346514b2c3f301
parent859e6773892954386d5d9fdf1a183c90c8f23b15
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