diff options
author | Miquel Raynal <[email protected]> | 2021-06-10 16:39:45 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2021-07-16 01:06:09 +0200 |
commit | 778cb8e39f6ec252be50fc3850d66f3dcbd5dd5a (patch) | |
tree | 9860bf91431acd02e59d4a24a02b906812de3cc3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) |
dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
"PAGESIZE / 512" is the number of ECC chunks.
"ECC_BYTES" is the number of bytes needed to store a single ECC code.
"2" is the space reserved by the bad block marker.
"2 + (PAGESIZE / 512) * ECC_BYTES" should of course be lower or equal
than the total number of OOB bytes, otherwise it won't fit.
Fix the equation by substituting s/>=/<=/.
Suggested-by: Ryan J. Barnett <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions