projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2144429
)
memdiskfind: remove debugging printf
author
H. Peter Anvin
<hpa@zytor.com>
Wed, 23 Jun 2010 06:21:15 +0000
(23:21 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Wed, 23 Jun 2010 06:21:15 +0000
(23:21 -0700)
Remove accidentally checked in debugging printf.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
utils/memdiskfind.c
patch
|
blob
|
history
diff --git
a/utils/memdiskfind.c
b/utils/memdiskfind.c
index
2528571
..
decc788
100644
(file)
--- a/
utils/memdiskfind.c
+++ b/
utils/memdiskfind.c
@@
-110,8
+110,6
@@
int main(int argc, char *argv[])
if (!mapbase)
return 2;
- printf("mapbase = %#zx\n", mapbase);
-
memfd = open("/dev/mem", O_RDONLY);
if (memfd < 0) {
fprintf(stderr, "%s: cannot open /dev/mem: %s\n",