From: Sarah Sharp Date: Thu, 22 Dec 2011 23:02:13 +0000 (-0800) Subject: xhci: Remove warnings about MSI and MSI-X capabilities. X-Git-Tag: v3.3-rc1~153^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9783b277e66731891ab42eeaacebbdcdd6e629;p=pandora-kernel.git xhci: Remove warnings about MSI and MSI-X capabilities. 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 --- Reading git-diff-tree failed