mtd: rawnand: mxc: Use a single line for of_device_id
authorFabio Estevam <festevam@gmail.com>
Fri, 4 Dec 2020 14:58:18 +0000 (11:58 -0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:33 +0000 (22:37 +0100)
commit5e214b2554f8b8e44eed62f62196406cbfe3caa8
tree3be3f4f9d4aee1b5ba6ecc6a1e6261bf19706368
parent5876f2d93d195be552eacefb34905b9cc8d451b0
mtd: rawnand: mxc: Use a single line for of_device_id

The .compatible and .data pairs can be stored in a single line, which
makes the code more concise.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20201204145818.32739-2-festevam@gmail.com
drivers/mtd/nand/raw/mxc_nand.c