From: Sarah Sharp Date: Mon, 18 Mar 2013 17:19:51 +0000 (-0700) Subject: xhci: Don't warn on empty ring for suspended devices. X-Git-Tag: v3.9-rc5~12^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83d6755814e4614ba77e15d82796af0f695c6b8;p=pandora-kernel.git xhci: Don't warn on empty ring for suspended devices. When a device attached to the roothub is suspended, the endpoint rings are stopped. The host may generate a completion event with the completion code set to 'Stopped' or 'Stopped Invalid' when the ring is halted. The current xHCI code prints a warning in that case, which can be really annoying if the USB device is coming into and out of suspend. Remove the unnecessary warning. Signed-off-by: Sarah Sharp Tested-by: Stephen Hemminger --- Reading git-diff-tree failed