git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c92d75
)
[MTD] NAND: Use correct mask for OOB size calculation
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 11 Aug 2005 17:13:46 +0000
(18:13 +0100)
committer
Thomas Gleixner
<tglx@mtd.linutronix.de>
Sun, 6 Nov 2005 19:22:32 +0000
(20:22 +0100)
The bit mask used for oob size calculation was using 2 bits instead
of one. Fortunately the next bit has been 0 all the time.
Thanks to Nathan H. for pointing this out
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found