mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()
authorZhu Wang <wangzhu9@huawei.com>
Thu, 3 Aug 2023 08:50:56 +0000 (16:50 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 4 Aug 2023 07:02:51 +0000 (09:02 +0200)
commit3549fecd10d24bcf9840ba2f7d6a0b5f57feed6f
tree201afa7fb382fa1442e064e8ff84a6e29943ba80
parent31cbe3a7e217ba8ec482ae821092e57d96275d5b
mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()

Since platform_get_irq() never returned zero, so it need not to check
whether it returned zero, and we use the return error code of
platform_get_irq() to replace the current return error code, for that
platform_get_irq() may return -EINVAL or -ENXIO.

Signed-off-by: Zhu Wang <wangzhu9@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230803085056.30888-1-wangzhu9@huawei.com
drivers/mtd/nand/raw/vf610_nfc.c