summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-06-24 16:26:40 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-07-07 21:44:43 +0300
commitd2e639d6ad60fc164b75462bcdf8a43331116fd8 (patch)
treeb749d24ab29ed2bf429bf5f2b332fb2b1da71c05 /tools/perf/scripts/python
parent91e81150d38842b58133ce1a5d70c88e8f1cf7c1 (diff)
downloadlinux-d2e639d6ad60fc164b75462bcdf8a43331116fd8.tar.xz
mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() use
The ARRAY_SIZE() is the number of elements but we want to use sizeof() here for the number of bytes. Fortunately, they are the same thing because it's an array of u8 so this has no effect on runtime. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200624132640.GC9972@mwanda
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions