xhci: Remove excessive printks with shared IRQs.
commit241b652f1995de138106afd2f2e4eda9f8a3c240
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 5 Nov 2010 13:59:01 +0000 (5 09:59 -0400)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 11 Nov 2010 18:32:32 +0000 (11 10:32 -0800)
treedf841642d5c5957aaed821a053dff049fc2125b9
parent868719752d60fb04a3714d77fdeb780b4d585faf
xhci: Remove excessive printks with shared IRQs.

If the xHCI host controller shares an interrupt line with another device,
the xHCI driver needs to check if the interrupt was generated by its
hardware.  Unfortunately, the user will see a ton of "Spurious interrupt."
lines if the other hardware interrupts often.  Lawrence found his dmesg
output cluttered with this output when the xHCI host shared an interrupt
with his i915 hardware.

Remove the warning, as sharing an interrupt is a normal thing.

This should be applied to the 2.6.36 stable tree.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Reported-by: Lawrence Rust <lvr@softsystem.co.uk>
Cc: stable@kernel.org
drivers/usb/host/xhci-ring.c