summaryrefslogtreecommitdiffstats
path: root/cpu/s3c44b0/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/s3c44b0/cpu.c')
-rw-r--r--cpu/s3c44b0/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/s3c44b0/cpu.c b/cpu/s3c44b0/cpu.c
index 1a8a17dc52..2d5e2e87a7 100644
--- a/cpu/s3c44b0/cpu.c
+++ b/cpu/s3c44b0/cpu.c
@@ -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;
}
OpenPOWER on IntegriCloud