mtd: rawnand: macronix: Use match_string() helper to simplify the code
authorYueHaibing <yuehaibing@huawei.com>
Tue, 31 Dec 2019 01:36:48 +0000 (09:36 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 19:00:34 +0000 (20:00 +0100)
commitdb7b6aeca2a7cc500a3f31d8dd1625272771f36b
tree2469362b45c8270e67cbc6b5938b0ec239c8f241
parentf33113b542219448fa02d77ca1c6f4265bd7f130
mtd: rawnand: macronix: Use match_string() helper to simplify the code

match_string() returns the array index of a matching string.
Use it instead of the open-coded implementation.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/nand_macronix.c