diff options
author | Josh Boyer <jwboyer@gmail.com> | 2006-05-27 10:10:03 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2006-05-27 10:10:03 -0500 |
commit | 69358f79c0523f40001aebb6e43b2401b3a3e070 (patch) | |
tree | 4c5b382d02870a6a30a67a75d49ebd916e52ec6d /mtd_debug.c | |
parent | a96ff574c24dab891c4061d2103815e34aeb78f8 (diff) | |
parent | c712b2344e47101df11f46997508bf96b9f4e24e (diff) |
Merge git://git.infradead.org/users/joern/utils
Diffstat (limited to 'mtd_debug.c')
-rw-r--r-- | mtd_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtd_debug.c b/mtd_debug.c index 7d1223c..2a24177 100644 --- a/mtd_debug.c +++ b/mtd_debug.c @@ -319,8 +319,8 @@ int showinfo (int fd) printf ("\nmtd.erasesize = "); printsize (mtd.erasesize); - printf ("\nmtd.oobblock = "); - printsize (mtd.oobblock); + printf ("\nmtd.writesize = "); + printsize (mtd.writesize); printf ("\nmtd.oobsize = "); printsize (mtd.oobsize); |