USB: musb: silence "suspend as a_wait_vrise is_active" msgs
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 1 Jul 2009 10:36:16 +0000 (03:36 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 12 Jul 2009 22:16:37 +0000 (15:16 -0700)
commit89368d3d11a5b2eff83ad8e752be67f77a372bad
tree4bf287c9446ba4dfff7881249d4f7314ed01eb96
parent6d84599b3c3a7bccc04ec4133220d150b92fe0f8
USB: musb: silence "suspend as a_wait_vrise is_active" msgs

Get rid of some obnoxious and inappropriate messaging, mostly on
DaVinci, when usbcore tries to autosuspend a root hub if just a
mini/micro-A connector is connected.  Symptom: endless stream of
messages reading like:

 musb_bus_suspend 2221: trying to suspend as a_wait_vrise is_active=1

Improve that musb bus suspend primitive a bit.  Take advantage of
this call to update the OTG state machine if appropriate, moving
the device out of the A_WAIT_VRISE state.  There's basically no
timer for that state transition just now, except with tusb6010;
that can make trouble.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/davinci.c
drivers/usb/musb/musb_host.c