public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-kernel@vger.kernel.org, lethal@linux-sh.org,
	johnstul@us.ibm.com, gregkh@suse.de, mingo@redhat.com,
	magnus.damm@gmail.com, tglx@linutronix.de
Subject: Re: [RESEND][PATCH] early platform drivers V2
Date: Wed, 14 Jan 2009 14:47:05 -0800	[thread overview]
Message-ID: <20090114144705.1785bc38.akpm@linux-foundation.org> (raw)
In-Reply-To: <20090114105436.18974.45429.sendpatchset@rx1.opensource.se>

On Wed, 14 Jan 2009 19:54:36 +0900
Magnus Damm <magnus.damm@gmail.com> wrote:

> This patch is V2 of the early platform driver implementation.

Is this checkpatch whine:

WARNING: consider using strict_strtoul in preference to simple_strtoul
#112: FILE: drivers/base/platform.c:1017:
+                       id = simple_strtoul(buf +

total: 0 errors, 1 warnings, 201 lines checked

appropriate?

If the user provided "43foo", do we want to treat that as 42, or as
error?

If the user provided just "foo" then afacit we'll currently treat that
as zero.


<this is all mad guesswork, as I don't have any idea what the user
interfacce to this feature looks like>


  parent reply	other threads:[~2009-01-14 22:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14 10:54 [RESEND][PATCH] early platform drivers V2 Magnus Damm
2009-01-14 22:36 ` Andrew Morton
2009-01-15 10:11   ` Magnus Damm
2009-01-14 22:47 ` Andrew Morton [this message]
2009-01-15 10:29 ` roel kluin
2009-01-15 10:38   ` Magnus Damm

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=20090114144705.1785bc38.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=gregkh@suse.de \
    --cc=johnstul@us.ibm.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox