From: Grazvydas Ignotas Date: Thu, 12 Jan 2012 13:21:38 +0000 (+0200) Subject: usb: musb: drop superfluous pm_runtime calls around musb_shutdown X-Git-Tag: v3.4-rc1~184^2~22^2~41^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f557978745bbea2e7305588d33aac60f4dd42447;p=pandora-kernel.git usb: musb: drop superfluous pm_runtime calls around musb_shutdown Since commit 4f9edd2d7e8d "usb: musb: Fix the crash issue during reboot" musb_shutdown() does pm_runtime_get_sync/pm_runtime_put by itself, so this no longer needs to be done by the caller. Also, musb_exit_debugfs() doesn't access the device, so just drop those runtime_pm calls. Signed-off-by: Grazvydas Ignotas Reviewed-by: Shubhrajyoti D Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed