media: bcm2835-unicam: Do not replace IRQ retcode during probe
authorRicardo Ribalda <ribalda@chromium.org>
Mon, 6 May 2024 19:24:46 +0000 (19:24 +0000)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 9 May 2024 22:08:03 +0000 (01:08 +0300)
commit05b0b07953b7630705e364fe342689c9af340b32
tree91a7ab9112183889dab7323639d80a08250003c6
parentabfec2e172c0728363824f45f11a913bd77bd791
media: bcm2835-unicam: Do not replace IRQ retcode during probe

platform_get_irq() cannot return the value 0. It will either return a non-zero
irq or a errcode.

If a errcode is returned, we need to populate the error code upwards. It will
give a more accurate reason of why it failed to the caller, who might decide
to retry later.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20240506-fix-broad-v2-1-e6a2a5c0d609@chromium.org
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/media/platform/broadcom/bcm2835-unicam.c