Re: [PATCH] ARM: cpuidle: Fix error return code

From: Rafael J. Wysocki
Date: Wed Aug 17 2016 - 21:08:13 EST


On Wednesday, August 17, 2016 04:16:09 PM Daniel Lezcano wrote:
> On 08/11/2016 03:02 PM, Christophe JAILLET wrote:
> > We know that 'ret = 0' because it has been tested a few lines above.
> > So, if 'kzalloc' fails, 0 will be returned instead of an error code.
> > Return -ENOMEM instead.
> >
> > Fixes: a0d46a3dfdc3 ("ARM: cpuidle: Register per cpuidle device")
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
>
> Applied, thanks !

Daniel, I've applied it too and earlier.

Thanks,
Rafael