]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: ohci-at91: prepare clk before calling enable
authorBoris BREZILLON <b.brezillon@overkiz.com>
Wed, 19 Jun 2013 11:21:08 +0000 (13:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 23:21:52 +0000 (16:21 -0700)
commit8e82d8d98addfecf83c9d42ca78294a8d16070b9
treec15421d914fb323ac500e754ea591a5f8df2eb07
parenta899575191ba85a71401f2c8f36bec7b14487043
USB: ohci-at91: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-at91.c