]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/macb.c
net:macb: add line break
[karo-tx-uboot.git] / drivers / net / macb.c
index 45784678ba0aaa75b27d0aeb720e11f1c8599abf..ba172775f561c23125ca7106faadc3ff291cdf23 100644 (file)
@@ -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;
 }