aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2022-07-28 10:12:12 +0300
committerMiquel Raynal <[email protected]>2022-09-21 10:38:46 +0200
commit3e4ad3212cf22687410b1e8f4e68feec50646113 (patch)
tree300e5d972b4d3af11062e159b71d25f64dff3164 /tools/perf/scripts/python/netdev-times.py
parent37ea9f165ed4a437d6b3302e76e2e2ab0804b86c (diff)
mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
The meson_nfc_ecc_correct() function accidentally does a right shift instead of a left shift so it only works for BIT(0). Also use BIT_ULL() because "correct_bitmap" is a u64 and we want to avoid shift wrapping bugs. Fixes: 8fae856c5350 ("mtd: rawnand: meson: add support for Amlogic NAND flash controller") Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Liang Yang <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/YuI2zF1hP65+LE7r@kili
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions