mtd: rawnand: gpmi: Use a single line for of_device_id
authorFabio Estevam <festevam@gmail.com>
Tue, 8 Dec 2020 22:12:43 +0000 (19:12 -0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 10 Dec 2020 21:37:33 +0000 (22:37 +0100)
commitea7110b87bf9c32eb57311da8011b464d18d80cd
tree9c2991ce909424f76a461bc84acd90838a9f08c0
parent7671edeb193910482a9b0c22cd32176e7de7b2ed
mtd: rawnand: gpmi: 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/20201208221243.3255-1-festevam@gmail.com
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c