Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323076
b: refs/heads/master
c: e4d1aa4
h: refs/heads/master
v: v3
  • Loading branch information
Nikolay Aleksandrov authored and David S. Miller committed Sep 18, 2012
1 parent 994f81a commit 430d0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e488921f44765e8ab6c48ca35e3f6b78df9819df
refs/heads/master: e4d1aa40e363ed3e0486aeeeb0d173f7f822737e
4 changes: 4 additions & 0 deletions trunk/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,10 @@ static void netxen_mask_aer_correctable(struct netxen_adapter *adapter)
struct pci_dev *root = pdev->bus->self;
u32 aer_pos;

/* root bus? */
if (!root)
return;

if (adapter->ahw.board_type != NETXEN_BRDTYPE_P3_4_GB_MM &&
adapter->ahw.board_type != NETXEN_BRDTYPE_P3_10G_TP)
return;
Expand Down

0 comments on commit 430d0e5

Please sign in to comment.