LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Andres Salomon <dilinger@queued.net>
To: Dan Carpenter <error27@gmail.com>
Cc: Marek Belisko <marek.belisko@open-nandra.com>,
gregkh@suse.de, devel@driverdev.osuosl.org,
jon.nettleton@gmail.com, linux-kernel@vger.kernel.org,
cjb@laptop.org
Subject: Re: [PATCH RFC] staging: olpc_dcon: Remove _strtoul() function.
Date: Tue, 8 Feb 2011 09:40:20 -0800 [thread overview]
Message-ID: <20110208094020.44f0fe88@queued.net> (raw)
In-Reply-To: <20110208112354.GN4384@bicker>
On Tue, 8 Feb 2011 14:23:54 +0300
Dan Carpenter <error27@gmail.com> 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.
next prev parent reply other threads:[~2011-02-08 17:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-08 11:06 Marek Belisko
2011-02-08 11:23 ` Dan Carpenter
2011-02-08 12:02 ` Belisko Marek
2011-02-08 17:40 ` Andres Salomon [this message]
2011-02-09 20:04 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110208094020.44f0fe88@queued.net \
--to=dilinger@queued.net \
--cc=cjb@laptop.org \
--cc=devel@driverdev.osuosl.org \
--cc=error27@gmail.com \
--cc=gregkh@suse.de \
--cc=jon.nettleton@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marek.belisko@open-nandra.com \
--subject='Re: [PATCH RFC] staging: olpc_dcon: Remove _strtoul() function.' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).