Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122998
b: refs/heads/master
c: c4c9f01
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Dec 29, 2008
1 parent c3ba669 commit 509e99a
Show file tree
Hide file tree
Showing 3 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: bf66542bef3771a42ad3b1d5dc503c804bc22b33
refs/heads/master: c4c9f0183b7c4e97836e8fecbb67898b06c47e78
2 changes: 1 addition & 1 deletion trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static int ehea_poll(struct napi_struct *napi, int budget)
if (!cqe && !cqe_skb)
return rx;

if (!netif_rx_reschedule(dev, napi))
if (!netif_rx_reschedule(napi))
return rx;

cqe_skb = ehea_proc_cqes(pr, EHEA_POLL_MAX_CQES);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ static int ibmveth_poll(struct napi_struct *napi, int budget)
netif_rx_complete(napi);

if (ibmveth_rxq_pending_buffer(adapter) &&
netif_rx_reschedule(netdev, napi)) {
netif_rx_reschedule(napi)) {
lpar_rc = h_vio_signal(adapter->vdev->unit_address,
VIO_IRQ_DISABLE);
goto restart_poll;
Expand Down

0 comments on commit 509e99a

Please sign in to comment.