Re: [PATCH v2 06/26] media: stm32-dcmipp: Remove redundant printk

From: Bryan O'Donoghue
Date: Sat Apr 20 2024 - 19:16:09 EST


On 19/04/2024 10:47, Ricardo Ribalda wrote:
- if (irq <= 0) {
<snip>
- return irq ? irq : -ENXIO;
- }

You're dropping the original intent of the driver author there no ? when irq == 0 they want to return -ENXIO.

---
bod