cxgb4: remove a bogus PCI function number check
authorDimitris Michailidis <dm@chelsio.com>
Thu, 30 Sep 2010 09:17:12 +0000 (09:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Oct 2010 05:07:02 +0000 (22:07 -0700)
commita069ec917457e44e214fc34e50acd185110fa81b
tree85177eb5db608396cc5f1825064732b0ffd08117
parent1790c228fb3f57793160c0f0c20b55c398cab106
cxgb4: remove a bogus PCI function number check

Remove a bogus PCI function number check from the driver's .remove
method that causes pci_release_regions not to be called for function 0
if additional functions are attached and one of them is used as primary.

Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb4/cxgb4_main.c