EHCI USB: Don't use generic shutdown function
authorOlof Johansson <olof@lixom.net>
Tue, 22 Sep 2009 17:03:08 +0000 (10:03 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 22 Sep 2009 17:03:08 +0000 (10:03 -0700)
The OMAP EHCI glue code has a layer of driver state struct between
the platform_device and usb_hcd. So it can't use the generic
usb_hcd_platform_shutdown.

This fixes a panic at reboot time.

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found