diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c
index e1f6156b3710e9888f779610ddb10a52fcfd5d9d..ac3985ceb5f7fa6080dfd33bcd840ddbd0bf3efb 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);