projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef63d00
)
[JFFS2] Remove broken and useless debug code
author
Thomas Gleixner
<tglx@mtd.linutronix.de>
Sun, 13 Nov 2005 18:33:24 +0000
(19:33 +0100)
committer
Thomas Gleixner
<tglx@mtd.linutronix.de>
Sun, 13 Nov 2005 18:33:24 +0000
(19:33 +0100)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
fs/jffs2/scan.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/scan.c
b/fs/jffs2/scan.c
index 0e7456ec99fd05a778738da5ab69ec57cd1629a4..3e51dd1da8aa7f271dc1205139d9dc0d658cec52 100644
(file)
--- a/
fs/jffs2/scan.c
+++ b/
fs/jffs2/scan.c
@@
-284,9
+284,6
@@
int jffs2_fill_scan_buf (struct jffs2_sb_info *c, void *buf,
D1(printk(KERN_WARNING "Read at 0x%x gave only 0x%zx bytes\n", ofs, retlen));
return -EIO;
}
- D2(printk(KERN_DEBUG "Read 0x%x bytes from 0x%08x into buf\n", len, ofs));
- D2(printk(KERN_DEBUG "000: %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n",
- buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], buf[6], buf[7], buf[8], buf[9], buf[10], buf[11], buf[12], buf[13], buf[14], buf[15]));
return 0;
}