From: Roland Dreier Date: Sun, 6 Sep 2009 03:24:48 +0000 (-0700) Subject: mlx4_core: Use pci_request_regions() X-Git-Tag: v2.6.32-rc1~736^2~1^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01df0fe5e4db8c272dcc395354884ff7c15fc10;p=pandora-kernel.git mlx4_core: Use pci_request_regions() The old code used two calls to pci_request_region() to get the two BARs for the mlx4 device, for no particularly good reason. Clean up the code a little by converting this to a single call to pci_request_regions(). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed