From: Sebastian Andrzej Siewior Date: Fri, 23 Sep 2011 21:19:57 +0000 (-0700) Subject: usb/xhci: group MSI interrupt registration into its own function X-Git-Tag: v3.2-rc1~183^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd1ec58734e38a3f48776b6831ad0279d92d094;p=pandora-kernel.git usb/xhci: group MSI interrupt registration into its own function This patch moves the complete MSI/MSI-X/Legacy dance into its own function. There is however one difference: If the XHCI_BROKEN_MSI flag is set then we don't free and register the irq, we simply return. This is preparation for later PCI decouple. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed