usb: ehci-sh: Fix up fault in shutdown path.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 26 Nov 2010 07:43:38 +0000 (16:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 26 Nov 2010 07:43:38 +0000 (16:43 +0900)
commitc1e0774d74481fdc3082d2096a99a3aa411a71f1
tree14bffea2222c5d01bd77c7dc7dd334e900a96bd4
parent8b32a92b600e2728c5c438a748a4dc3132c98ef3
usb: ehci-sh: Fix up fault in shutdown path.

We can't use the generic usb_hcd_platform_shutdown helper on account of
the fact we don't stash the hcd pointer in the driver data, so we provide
our own shutdown handler.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/usb/host/ehci-sh.c