X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fnet%2Fdm9000x.c;h=a7fef56030f08171ac1c054724b9f20651e7c808;hb=076cd24cb4278c125c8f36df386852dc0fcfefae;hp=73dd335723b637da0be4bfd0b35b28028dee1151;hpb=c179a2896e6a5138e30786f1d7961d880dbd6d31;p=u-boot diff --git a/drivers/net/dm9000x.c b/drivers/net/dm9000x.c index 73dd335723..a7fef56030 100644 --- a/drivers/net/dm9000x.c +++ b/drivers/net/dm9000x.c @@ -75,7 +75,7 @@ TODO: external MII is not functional, only internal at the moment. #define DM9000_DMP_PACKET(func,packet,length) \ do { \ int i; \ - printf(func ": length: %d\n", length); \ + printf("%s: length: %d\n", func, length); \ for (i = 0; i < length; i++) { \ if (i % 8 == 0) \ printf("\n%s: %02x: ", func, i); \