mtd: nand: mxic-ecc: make two read-only arrays static const
authorColin Ian King <colin.i.king@gmail.com>
Mon, 7 Mar 2022 23:09:40 +0000 (23:09 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 14 Mar 2022 16:01:58 +0000 (17:01 +0100)
commit5a368fb65ad9aaf68f2bbe02d42969741317d44c
tree311fbace79798cf8a5616112de715f85bc473038
parent5fc69b6e51ae2da28081c201f595898c5c1f40cc
mtd: nand: mxic-ecc: make two read-only arrays static const

Don't populate the read-only arrays possible_strength and
spare_size on the stack but instead make them static
const. Also makes the object code a little smaller.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220307230940.169235-1-colin.i.king@gmail.com
drivers/mtd/nand/ecc-mxic.c