Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111826
b: refs/heads/master
c: 92ade88
h: refs/heads/master
v: v3
  • Loading branch information
Steve Hodgson authored and Jeff Garzik committed Sep 24, 2008
1 parent 46f006f commit fac97ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8fcc49c542a2312c706ebf76dcfe5266b39ee13
refs/heads/master: 92ade881b2fcfc2744d3de43d172d3ec8e13afd7
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ static void falcon_handle_global_event(struct efx_channel *channel,
is_phy_event = true;

if ((falcon_rev(efx) >= FALCON_REV_B0) &&
EFX_OWORD_FIELD(*event, XG_MNT_INTR_B0))
EFX_QWORD_FIELD(*event, XG_MNT_INTR_B0))
is_phy_event = true;

if (is_phy_event) {
Expand Down

0 comments on commit fac97ff

Please sign in to comment.