Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143459
b: refs/heads/master
c: 239795a
h: refs/heads/master
i:
  143457: 6241e5d
  143455: 4a231ab
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Apr 15, 2009
1 parent 64c33b8 commit b581c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 718cff1eec595ce6ab0635b8160a51ee37d9268d
refs/heads/master: 239795adf7f1a40cf0be0e05544d37706c9b4cf9
4 changes: 2 additions & 2 deletions trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,9 +1176,9 @@ void falcon_sim_phy_event(struct efx_nic *efx)

EFX_POPULATE_QWORD_1(phy_event, EV_CODE, GLOBAL_EV_DECODE);
if (EFX_IS10G(efx))
EFX_SET_OWORD_FIELD(phy_event, XG_PHY_INTR, 1);
EFX_SET_QWORD_FIELD(phy_event, XG_PHY_INTR, 1);
else
EFX_SET_OWORD_FIELD(phy_event, G_PHY0_INTR, 1);
EFX_SET_QWORD_FIELD(phy_event, G_PHY0_INTR, 1);

falcon_generate_event(&efx->channel[0], &phy_event);
}
Expand Down

0 comments on commit b581c18

Please sign in to comment.