[patch] ARM: pxa: pxa_cplds: signedness bug in probe
Robert Jarzmik
robert.jarzmik at free.fr
Wed May 13 12:52:29 PDT 2015
Dan Carpenter <dan.carpenter at oracle.com> writes:
> "base_irq" needs to be signed for the error handling to work. Also we
> can remove the initialization because we re-assign it later.
Indeed.
I suppose smatch found this one with :
arch/arm/mach-pxa/pxa_cplds_irqs.c:126 cplds_probe() warn: unsigned
'base_irq' is never less than zero.
I still don't see which tool found the "re-assign" part ...
Anyway, thanks for this, I'll queue it in pxa/fixes.
Cheers.
--
Robert
More information about the linux-arm-kernel
mailing list