USB: ehci-au1xxx: fix suspend callback
authorManuel Lauss <manuel.lauss@googlemail.com>
Thu, 5 May 2011 14:35:24 +0000 (16:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 7 May 2011 01:16:39 +0000 (18:16 -0700)
commita7535ac05443f234b9c68389fc053976383feca4
tree55151645de7026eec8061ae57bce840c6ba9e583
parent3df004532582d0cc721da0df28311bcedd639724
USB: ehci-au1xxx: fix suspend callback

Remove a stray 'return 0' at the top of the suspend callback,
and move au1xxx_stop_ehc() out of the ehci spinlock since it takes
some time to complete.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-au1xxx.c