]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/s3c44b0/cpu.c
Code cleanup for GCC-3.3.x compilers
[karo-tx-uboot.git] / cpu / s3c44b0 / cpu.c
index 1a8a17dc52f4704f58dc476b033f6ea5b656154a..2d5e2e87a798226a15fb790b83b6ee4a688927b5 100644 (file)
@@ -272,7 +272,7 @@ int i2c_probe(uchar chip)
                not implemented
        */
 
-       printf(__FUNCTION__ " chip %d\n", (int) chip);
+       printf("i2c_probe chip %d\n", (int) chip);
        return -1;
 }