bnx2x: remove false warning regarding interrupt number
authorAriel Elior <ariele@broadcom.com>
Thu, 20 Sep 2012 05:26:41 +0000 (05:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 17:27:16 +0000 (13:27 -0400)
commit185d4c8bf579322e1c2835d70729bc30f6f80f55
tree77bbf9c042502f1c89f87f1dab74d4b3ae5c1791
parentc0d680e577ff171e7b37dbdb1b1bf5451e851f04
bnx2x: remove false warning regarding interrupt number

Since version 7.4 the FW configures in the pci config space the max
number of interrupts available to the physical function, instead of
the exact number to use.
This causes a false warning in driver when comparing the number of
configured interrupts to the number about to be used.

Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
This page took 0.038812 seconds and 5 git commands to generate.