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

Bryan O'Donoghue bryan.odonoghue at linaro.org
Sat Apr 20 16:15:55 PDT 2024


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



More information about the linux-arm-kernel mailing list