commit | 3d0bfbf25957e04354389047f0e6ba520d58487c | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Thu Mar 25 13:14:29 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 30 09:25:08 2010 -0700 |
tree | 4d40a1b4a3b8995ce10d0c9dde3d0f32cbf53eb9 | |
parent | 1fb48f4a96ef3d4eee0a13b92a3e8489171b47c9 [diff] |
musb_core: don't prevent disabling clock on driver unload Resetting 'musb->clock' to NULL in musb_shutdown() prevents musb_platform_exit() from properly disabling the clock when unloading the driver -- don't do it. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>