From: Roland Dreier Date: Tue, 30 Sep 2008 04:37:33 +0000 (-0700) Subject: IB/mthca: Use pci_request_regions() X-Git-Tag: v2.6.28-rc1~727^2^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208dde28b0f73c0e2dc6be74040fa562e129a6e8;p=pandora-kernel.git IB/mthca: Use pci_request_regions() Back in prehistoric (pre-git!) days, the kernel's MSI-X support did request_mem_region() on a device's MSI-X tables, which meant that a driver that enabled MSI-X couldn't use pci_request_regions() (since that would clash with the PCI layer's MSI-X request). However, that was removed (by me!) years ago, so mthca can just use pci_request_regions() and pci_release_regions() instead of its own much more complicated code that avoids requesting the MSI-X tables. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed