Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256008
b: refs/heads/master
c: b9ab82c
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Jul 1, 2011
1 parent d8a5c3a commit 5ce0aa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 482c9e798738dea847a5e5e0d20692fe80d48a76
refs/heads/master: b9ab82c774d8abcca8b6c1d5f30f5912a4448980
6 changes: 6 additions & 0 deletions trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3417,6 +3417,12 @@ static int __devinit be_probe(struct pci_dev *pdev,
if (status)
goto stats_clean;

/* The INTR bit may be set in the card when probed by a kdump kernel
* after a crash.
*/
if (!lancer_chip(adapter))
be_intr_set(adapter, false);

be_msix_enable(adapter);

INIT_DELAYED_WORK(&adapter->work, be_worker);
Expand Down

0 comments on commit 5ce0aa5

Please sign in to comment.