Skip to content

Commit

Permalink
[PATCH] s2io build fix
Browse files Browse the repository at this point in the history
Cc: Jeff Garzik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Andrew Morton authored and jgarzik committed Oct 18, 2005
1 parent 166d823 commit 9238334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@ int s2io_set_swapper(nic_t * sp)
SWAPPER_CTRL_RXF_W_FE |
SWAPPER_CTRL_XMSI_FE |
SWAPPER_CTRL_STATS_FE | SWAPPER_CTRL_STATS_SE);
if (nic->intr_type == INTA)
if (sp->intr_type == INTA)
val64 |= SWAPPER_CTRL_XMSI_SE;
writeq(val64, &bar0->swapper_ctrl);
#else
Expand Down

0 comments on commit 9238334

Please sign in to comment.