]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: MUSB: Be sure that we enable musb->clock
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 3 Apr 2008 13:59:37 +0000 (16:59 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 4 Apr 2008 09:41:46 +0000 (12:41 +0300)
commit8e3b6ea0c74a3cb4145dc21210854b84db40aa34
tree72182fb25282aba357ac77f3d71971abb5dfdd52
parentffb76d4a7b005dcbeeb450f725a764aca994c830
USB: MUSB: Be sure that we enable musb->clock

If CONFIG_OMAP_RESET_CLOCKS is enabled, musb->clock would
be disabled because nobody was enabling it.

Be sure that omap2430.c enables musb->clock to avoid problems
later.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/omap2430.c