mbox series

[v2,0/2] media: bcm2835-unicam: Improve error handling during probe

Message ID 20240506-fix-broad-v2-0-e6a2a5c0d609@chromium.org
Headers show
Series media: bcm2835-unicam: Improve error handling during probe | expand

Message

Ricardo Ribalda May 6, 2024, 7:24 p.m. UTC
Improve the error handling of the irq errors. I am not sure why the
retcode was replaced always with -EINVAL, so I have returned the errcode
upwards.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Changes in v2: Thanks Laurent
- Squash 3/3 in 1/3
- Link to v1: https://lore.kernel.org/r/20240430-fix-broad-v1-0-cf3b81bf97ff@chromium.org

---
Ricardo Ribalda (2):
      media: bcm2835-unicam: Do not replace IRQ retcode during probe
      media: bcm2835-unicam: Do not print error when irq not found

 drivers/media/platform/broadcom/bcm2835-unicam.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
base-commit: 1c73d0b29d04bf4082e7beb6a508895e118ee30d
change-id: 20240430-fix-broad-490eb1a39754

Best regards,