be2net: Fix to fail probe if MSI-X enable fails for a VF
authorSomnath Kotur <somnath.kotur@emulex.com>
Thu, 2 May 2013 03:37:08 +0000 (03:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 May 2013 20:43:34 +0000 (16:43 -0400)
As per SPEC, INTx mode is not supported on VFs. So if enable_msix fails,
then just fail probe. Also bail out of be_open if irq_register fails.

Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found