Re: [PATCH] input: for best practices, return -ENOMEM instead of-1 when returning on mem allocation errors

From: Davidlohr Bueso
Date: Thu Sep 23 2010 - 16:56:42 EST


On Thu, 2010-09-23 at 08:44 -0700, Dmitry Torokhov wrote:
> On Thu, Sep 23, 2010 at 10:14:05AM -0400, Davidlohr Bueso wrote:
> > input: for best practices, return -ENOMEM instead of -1 when returning on mem allocation errors.
> >
> > Signed-off-by: Davidlohr Bueso <dave@xxxxxxx>
>
> Applied, thank you Davidlohr.
>
> FWIW there are more code in drivers/input/serio and drivers/input/mouse/
> that return -1 instead of a proper error codes.
>
Yes, I'll be preparing a patch shortly for those.

Thanks,
Davidlohr

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/