mtd: rawnand: omap: Rename a macro
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Jun 2021 13:49:03 +0000 (15:49 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 18 Jun 2021 07:45:21 +0000 (09:45 +0200)
commite29973843d9293a57c5c8f14094d0fa74b770ed7
tree95ebf551246e2239c9e014ef07a5b0de129674c0
parent47b4c8bd5db1c986c8b4b7189791701fe5c1897e
mtd: rawnand: omap: Rename a macro

The macro BADBLOCK_MARKER_LENGTH is pretty long and could be reduced to
BBM_LEN which is more handy to use in the code.

This is a purely cosmetic change and is only done to avoid further
change to contain 100+ char lines just because of this definition.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210610134906.3503303-3-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/omap2.c