mtd: rawnand: intel: check the mtd name only after setting the variable
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 6 Jan 2021 14:09:43 +0000 (15:09 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 14 Jan 2021 15:44:39 +0000 (16:44 +0100)
commit18f62614308be69a2752afb5f6bbad60096ad774
treeac7a8af7978ce42eb468e826abcade66a6ca1444
parent3c97be6982e689d7b2430187a11f8c78e573abdb
mtd: rawnand: intel: check the mtd name only after setting the variable

Move the check for mtd->name after the mtd variable has actually been
initialized.

While here, also drop the NULL assignment to the mtd variable as it's
overwritten later on anyways and the NULL value is never read.

Fixes: 0b1039f016e8a3 ("mtd: rawnand: Add NAND controller support on Intel LGM SoC")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210106140943.98072-1-martin.blumenstingl@googlemail.com
drivers/mtd/nand/raw/intel-nand-controller.c