On 23.03.23 15:06, Dan Carpenter wrote:
irq != 0You've reversed this if statement in your head. It says that if platform_get_irq() returns zero, then return -EINVAL.
Argh. You are right. Sorry Oliver
On 23.03.23 15:06, Dan Carpenter wrote:
irq != 0You've reversed this if statement in your head. It says that if platform_get_irq() returns zero, then return -EINVAL.
Argh. You are right. Sorry Oliver