diff options
author | Andrew Lunn <andrew@lunn.ch> | 2015-01-19 23:00:15 +0100 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2015-01-19 23:00:15 +0100 |
commit | fe6e91e3387e4f90ed4605a1a538248a31686c16 (patch) | |
tree | d4e10d0d214ca73500fcbb3dbbd25027320fddda /drivers/net/caif/caif_virtio.c | |
parent | ARM: mvebu: Update the SoC ID and revision definitions (diff) | |
parent | bus: mvebu-mbus: fix support of MBus window 13 (diff) | |
download | linux-fe6e91e3387e4f90ed4605a1a538248a31686c16.tar.xz linux-fe6e91e3387e4f90ed4605a1a538248a31686c16.zip |
Merge branch 'mvebu/fixes-3' into mvebu/soc
Diffstat (limited to 'drivers/net/caif/caif_virtio.c')
-rw-r--r-- | drivers/net/caif/caif_virtio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/caif/caif_virtio.c b/drivers/net/caif/caif_virtio.c index a5fefb9059c5..b306210b02b7 100644 --- a/drivers/net/caif/caif_virtio.c +++ b/drivers/net/caif/caif_virtio.c @@ -257,7 +257,6 @@ static int cfv_rx_poll(struct napi_struct *napi, int quota) struct vringh_kiov *riov = &cfv->ctx.riov; unsigned int skb_len; -again: do { skb = NULL; @@ -322,7 +321,6 @@ exit: napi_schedule_prep(napi)) { vringh_notify_disable_kern(cfv->vr_rx); __napi_schedule(napi); - goto again; } break; |