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)
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>

No differences found