From: Rafael J. Wysocki Date: Fri, 23 Jul 2010 20:19:55 +0000 (+0200) Subject: PCI: Do not run NVidia quirks related to MSI with MSI disabled X-Git-Tag: v2.6.36-rc1~518^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d2a531804d16cd8df6dbbb0429c6f143e756049;p=pandora-kernel.git PCI: Do not run NVidia quirks related to MSI with MSI disabled There is no reason to run NVidia-specific quirks related to HT MSI mappings with MSI disabled via pci=nomsi, so make __nv_msi_ht_cap_quirk() return immediately in that case. This allows at least one machine to boot 100% of the time with pci=nomsi (it still doesn't boot reliably without that). Addresses https://bugzilla.kernel.org/show_bug.cgi?id=16443 . Cc: stable@kernel.org Signed-off-by: Rafael J. Wysocki Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed