summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorMichael Chan2009-03-19 02:11:51 +0100
committerDavid S. Miller2009-03-19 02:11:51 +0100
commit690103137267e9ed893febf7ff061af63e8235a9 (patch)
treed132fa3d4d2c7510a16c8f43a94fac18009a77da /drivers/net/bonding/bond_main.c
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff)
downloadkernel-qcow2-linux-690103137267e9ed893febf7ff061af63e8235a9.tar.gz
kernel-qcow2-linux-690103137267e9ed893febf7ff061af63e8235a9.tar.xz
kernel-qcow2-linux-690103137267e9ed893febf7ff061af63e8235a9.zip
bnx2: Fix problem of using wrong IRQ handler.
The MSI-X handler was chosen before the call to pci_enable_msix(). If MSI-X was not available, the wrong MSI-X handler would be used in INTA mode. This would cause a screaming interrupt problem because INTA would not be cleared by the MSI-X handler. Fixed by assigning MSI-X handler after pci_enable_msix() returns successfully. Also update version to 1.9.3. Thomas Chenault <thomas_chenault@dell.com> helped us find this problem. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions