]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc: Fix clock usage for suspend
authorTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2007 13:10:44 +0000 (06:10 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2007 13:10:44 +0000 (06:10 -0700)
commitd365701281c06b644cdf7b7211c2be9a9036fd4b
tree82946fe6ea613de2c7764be4e3990689ea078055
parent58e45f3e55e2a5b46ed76c6d153ea62a2db56eb4
musb_hdrc: Fix clock usage for suspend

At least tusb implements set_clock(), and in that
case clk_disable() gets called twice. Do not call
clk_disable() if set_clock() is implemented.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/plat_uds.c