diff options
-rw-r--r-- | drivers/net/cpmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index e1f6156b3710..ac3985ceb5f7 100644 --- a/drivers/net/cpmac.c +++ b/drivers/net/cpmac.c | |||
@@ -506,7 +506,7 @@ static int cpmac_poll(struct napi_struct *napi, int budget) | |||
506 | "restart rx from a descriptor that's " | 506 | "restart rx from a descriptor that's " |
507 | "not free: %p\n", | 507 | "not free: %p\n", |
508 | priv->dev->name, restart); | 508 | priv->dev->name, restart); |
509 | goto fatal_error; | 509 | goto fatal_error; |
510 | } | 510 | } |
511 | 511 | ||
512 | cpmac_write(priv->regs, CPMAC_RX_PTR(0), restart->mapping); | 512 | cpmac_write(priv->regs, CPMAC_RX_PTR(0), restart->mapping); |