commit | a01df0fe5e4db8c272dcc395354884ff7c15fc10 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sat Sep 05 20:24:48 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sat Sep 05 20:24:48 2009 -0700 |
tree | 849c1726aad78f51440e8718b252957a69b6a3b0 | |
parent | e07cccf4046978df10f2e13fe2b99b2f9b3a65db [diff] |
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 <rolandd@cisco.com>