Skip to content
  • Sarah Sharp's avatar
    xhci: Remove excessive printks with shared IRQs. · 241b652f
    Sarah Sharp authored
    
    
    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: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
    Reported-by: default avatarLawrence Rust <lvr@softsystem.co.uk>
    Cc: stable@kernel.org
    241b652f