From: Kishon Vijay Abraham I Date: Wed, 21 Mar 2012 16:00:20 +0000 (+0530) Subject: usb: musb: omap: fix crash when musb glue (omap) gets initialized X-Git-Tag: v3.2.17~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48a6c0a5a021f575ca37d923b4149317bcb4c63;p=pandora-kernel.git usb: musb: omap: fix crash when musb glue (omap) gets initialized commit 3006dc8c627d738693e910c159630e4368c9e86c upstream. pm_runtime_enable is being called after omap2430_musb_init. Hence pm_runtime_get_sync in omap2430_musb_init does not have any effect (does not enable clocks) resulting in a crash during register access. It is fixed here. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Felipe Balbi Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed