Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289808
b: refs/heads/master
c: 86ee530
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Jan 27, 2012
1 parent 3c7adcd commit 215dde6
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: 73ba7b68e952d98b0885e35402b204a7a675f4a9
refs/heads/master: 86ee53020abe4eb9c85e612129e3848ee98302fd
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static int efx_probe_eventq(struct efx_channel *channel)
struct efx_nic *efx = channel->efx;
unsigned long entries;

netif_dbg(channel->efx, probe, channel->efx->net_dev,
netif_dbg(efx, probe, efx->net_dev,
"chan %d create event queue\n", channel->channel);

/* Build an event queue with room for one event per tx and rx buffer,
Expand Down Expand Up @@ -1971,7 +1971,7 @@ static int efx_register_netdev(struct efx_nic *efx)
}

/* Always start with carrier off; PHY events will detect the link */
netif_carrier_off(efx->net_dev);
netif_carrier_off(net_dev);

rtnl_unlock();

Expand Down

0 comments on commit 215dde6

Please sign in to comment.