| Submitter | Julia Lawall |
|---|---|
| Date | Aug. 5, 2010, 8:28 p.m. |
| Message ID | <Pine.LNX.4.64.1008052228120.31692@ask.diku.dk> |
| Download | mbox | patch |
| Permalink | /patch/61032/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index e1f6156..ac3985c 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) "restart rx from a descriptor that's " "not free: %p\n", priv->dev->name, restart); - goto fatal_error; + goto fatal_error; } cpmac_write(priv->regs, CPMAC_RX_PTR(0), restart->mapping);