ehci-atmel.c: prepare clk before calling enable
authorBoris BREZILLON <b.brezillon@overkiz.com>
Wed, 19 Jun 2013 11:20:09 +0000 (13:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 23:21:52 +0000 (16:21 -0700)
commitcfafb62fb4d21648eb706f3028811b611c60d15e
tree6c7d13c613ffed90acf1108aeb9dd2616f4a805b
parent8e82d8d98addfecf83c9d42ca78294a8d16070b9
ehci-atmel.c: 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/ehci-atmel.c