diff options
author | Zhu Wang <[email protected]> | 2023-08-03 16:50:56 +0800 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2023-08-04 09:02:51 +0200 |
commit | 3549fecd10d24bcf9840ba2f7d6a0b5f57feed6f (patch) | |
tree | 201afa7fb382fa1442e064e8ff84a6e29943ba80 /drivers/media/v4l2-core/v4l2-ctrls-request.c | |
parent | 31cbe3a7e217ba8ec482ae821092e57d96275d5b (diff) |
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 <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-ctrls-request.c')
0 files changed, 0 insertions, 0 deletions