Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96590
b: refs/heads/master
c: ba911a4
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed May 13, 2008
1 parent a2beb8f commit 48e095d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 75f2d3eac93277fa022b2fbe51257e856575e757
refs/heads/master: ba911a4d16fb2dd562f5595731fc96bc8c4929d7
2 changes: 0 additions & 2 deletions trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2468,14 +2468,12 @@ int falcon_probe_nic(struct efx_nic *efx)
fail5:
falcon_free_buffer(efx, &efx->irq_status);
fail4:
/* fall-thru */
fail3:
if (nic_data->pci_dev2) {
pci_dev_put(nic_data->pci_dev2);
nic_data->pci_dev2 = NULL;
}
fail2:
/* fall-thru */
fail1:
kfree(efx->nic_data);
return rc;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/sfc/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ void __efx_rx_packet(struct efx_channel *channel,
/* Update allocation strategy method */
channel->rx_alloc_level += RX_ALLOC_FACTOR_SKB;

/* fall-thru */
done:
efx->net_dev->last_rx = jiffies;
}
Expand Down

0 comments on commit 48e095d

Please sign in to comment.