Linux ACPI
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Zhang Rui <rui.zhang@intel.com>
Cc: linux-acpi <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH] io_start uses unsigned int instead of int
Date: Tue, 23 Jun 2009 23:47:15 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.0906232346450.32742@localhost.localdomain> (raw)
In-Reply-To: <1243926700.9076.1.camel@rzhang-dt>

Rui,
Please send this to akpm cc: lkml

thanks,
Len Brown, Intel Open Source Technology Center

On Tue, 2 Jun 2009, Zhang Rui wrote:

> Not sure which mail list I should send to.
> 
> io_start uses unsigned int instead of int
> http://bugzilla.kernel.org/show_bug.cgi?id=13253
> 
> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> ---
>  kernel/resource.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-2.6/kernel/resource.c
> ===================================================================
> --- linux-2.6.orig/kernel/resource.c
> +++ linux-2.6/kernel/resource.c
> @@ -787,7 +787,7 @@ static int __init reserve_setup(char *st
>  	static struct resource reserve[MAXRESERVE];
>  
>  	for (;;) {
> -		int io_start, io_num;
> +		unsigned int io_start, io_num;
>  		int x = reserved;
>  
>  		if (get_option (&str, &io_start) != 2)
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

      reply	other threads:[~2009-06-24  3:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02  7:11 [PATCH] io_start uses unsigned int instead of int Zhang Rui
2009-06-24  3:47 ` Len Brown [this message]

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=alpine.LFD.2.00.0906232346450.32742@localhost.localdomain \
    --to=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /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