Re: [PATCH RFC] staging: olpc_dcon: Remove _strtoul() function.

From: Andres Salomon
Date: Tue Feb 08 2011 - 12:40:29 EST


On Tue, 8 Feb 2011 14:23:54 +0300
Dan Carpenter <error27@xxxxxxxxx> wrote:

> On Tue, Feb 08, 2011 at 12:06:00PM +0100, Marek Belisko wrote:
> > olpc_dcon driver use self invented _strtoul function
> > which make similar check like strict_strtoul just extend
> > for space checking at last string place. Normally access
> > to sys file looks echo 1024 > /sys/... so space could be considered
> > as error character and we could simplify code using just
> > strict_strtoul function instead self invented.
> >
>
> Could you do it on top of the patches that Andres Salomon sent?
>

Actually, I have more pending patches. I can add this to the patchset
and send it later. Greg, please don't merge it now, though.
--
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/