summaryrefslogtreecommitdiffstats
path: root/mx29f002.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-02-11 16:09:12 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-02-11 16:09:12 +0000
commit4572a822456304c52db0091b324bb403cc4e08e7 (patch)
tree9f423c1913e204d801a9def2d1e5e36e39fd902d /mx29f002.c
parentbb0322f335bb35bd804454ac136668e8c68f0e58 (diff)
downloadast2050-flashrom-4572a822456304c52db0091b324bb403cc4e08e7.zip
ast2050-flashrom-4572a822456304c52db0091b324bb403cc4e08e7.tar.gz
Clean up at user request
Corresponding to coreboot v1 svn r743.
Diffstat (limited to 'mx29f002.c')
-rw-r--r--mx29f002.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mx29f002.c b/mx29f002.c
index 38b0c06..d42ca2b 100644
--- a/mx29f002.c
+++ b/mx29f002.c
@@ -44,7 +44,7 @@ int probe_29f002 (struct flashchip * flash)
myusec_delay(10);
- printf(__FUNCTION__ "id1 %d, id2 %d\n", id1, id2);
+ printf("%s: id1 %d, id2 %d\n", __FUNCTION__, id1, id2);
if (id1 == flash->manufacture_id && id2 == flash->model_id)
return 1;
OpenPOWER on IntegriCloud