Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370954
b: refs/heads/master
c: b2273be
h: refs/heads/master
v: v3
  • Loading branch information
Sjur Brændeland authored and Rusty Russell committed Mar 24, 2013
1 parent c9a9a43 commit 426b3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cf994e0afae97382c0aa3cbc395805605d07a6e9
refs/heads/master: b2273be8d2df7b77165a70930064aeb9e8faebfa
2 changes: 1 addition & 1 deletion trunk/drivers/net/caif/caif_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int cfv_rx_poll(struct napi_struct *napi, int quota)

/* Really out of patckets? (stolen from virtio_net)*/
napi_complete(napi);
if (unlikely(vringh_notify_enable_kern(cfv->vr_rx)) &&
if (unlikely(!vringh_notify_enable_kern(cfv->vr_rx)) &&
napi_schedule_prep(napi)) {
vringh_notify_disable_kern(cfv->vr_rx);
__napi_schedule(napi);
Expand Down

0 comments on commit 426b3c8

Please sign in to comment.