Re: [PATCH] mfd: pm8921: fixup probe() error path when irq invalid

2014-03-06 Thread Lee Jones
> platform_get_irq() returns a negative error code when an IRQ is invalid > or unspecified. Make 'irq' signed to properly handle this. > > Cc: Stephen Boyd > Signed-off-by: Josh Cartwright > --- > drivers/mfd/pm8921-core.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied than

Re: [PATCH] mfd: pm8921: fixup probe() error path when irq invalid

2014-03-05 Thread Stephen Boyd
On 03/05/14 11:34, Josh Cartwright wrote: > platform_get_irq() returns a negative error code when an IRQ is invalid > or unspecified. Make 'irq' signed to properly handle this. > Reviewed-by: Stephen Boyd Thanks -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by T

[PATCH] mfd: pm8921: fixup probe() error path when irq invalid

2014-03-05 Thread Josh Cartwright
platform_get_irq() returns a negative error code when an IRQ is invalid or unspecified. Make 'irq' signed to properly handle this. Cc: Stephen Boyd Signed-off-by: Josh Cartwright --- drivers/mfd/pm8921-core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/pm8