USB: remove unneeded WARN_ON
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 5 Apr 2007 20:07:44 +0000 (16:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 May 2007 06:45:49 +0000 (23:45 -0700)
commitbf87ce5a06ed2cb13ad04f065706cf36ab021549
treeb7af5152fad7cb09203d121bf647077cfe8ade49
parentef7f6c7084b333c7524dcd297e0578d43733a2a2
USB: remove unneeded WARN_ON

This patch (as883) removes an out-of-date WARN_ON from the main HCD
endpoint-disable routine.  The warning is triggered whenever an
endpoint is disabled while the root hub is suspended.  In the past
that may not have been legal, but it definitely is legal now.  Merely
unbinding a USB driver will do it.

Furthermore, I've never seen any occurrences of this warning that
really did signal an actual bug or error condition.  At this point it
has outlived its purpose.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/core/hcd.c