]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xhci: Remove warnings about MSI and MSI-X capabilities.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 22 Dec 2011 23:02:13 +0000 (15:02 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Dec 2012 11:20:19 +0000 (11:20 +0000)
commitbf40c0c37d10920e31efa84cad2a4c74a4ecedc5
tree0df81b42d5a32045851fcf580017fe9e0e8e2607
parentadb8fc74bda5be948291066422d44916f7f89e2d
xhci: Remove warnings about MSI and MSI-X capabilities.

commit 3b9783b277e66731891ab42eeaacebbdcdd6e629 upstream.

xHCI host controllers may not be capable of MSI, but they should be able
to be used in legacy PCI interrupt mode.  Similarly, some xHCI host
controllers will have MSI support but not MSI-X support.  Lower the
dmesg log level from an error to debug.  The message won't appear unless
CONFIG_USB_XHCI_HCD_DEBUGGING is turned on.

If we need to find out whether the device can support MSI or MSI-X and
it's not being enabled by the driver, it's easy to ask the user to run
lspci.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/host/xhci.c