[PATCH] gpio: sifive: Add missing check for platform_get_irq
andy.shevchenko at gmail.com
andy.shevchenko at gmail.com
Thu Jun 1 18:34:40 PDT 2023
Thu, Jun 01, 2023 at 04:24:40PM +0800, Jiasheng Jiang kirjoitti:
> Add missing check for platform_get_irq and return error
Also refer to the functions as func(), like platform_get_irq().
> if it fails.
...
> + for (i = 0; i < ngpio; i++) {
> chip->irq_number[i] = platform_get_irq(pdev, i);
> + if (chip->irq_number[i] < 0)
> + return -ENODEV;
Same as per the other email, why has the error code to be shadow?
> + }
--
With Best Regards,
Andy Shevchenko
More information about the linux-riscv
mailing list