usb: musb: drop superfluous pm_runtime calls around musb_shutdown
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 12 Jan 2012 12:13:09 +0000 (14:13 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 13 Jan 2012 15:09:48 +0000 (17:09 +0200)
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 <notasas@gmail.com>

No differences found