diff options
| -rw-r--r-- | drivers/net/macb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 45784678b..ba172775f 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -364,7 +364,7 @@ static int macb_phy_find(struct macb_device *macb)  	}  	/* PHY isn't up to snuff */ -	printf("%s: PHY not found", macb->netdev.name); +	printf("%s: PHY not found\n", macb->netdev.name);  	return 0;  } |