From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/1] nhk8815: fix nand IO_DATA end resource
Date: Mon, 3 Sep 2012 11:07:00 +0200 [thread overview]
Message-ID: <20120903090700.GG26594@pengutronix.de> (raw)
In-Reply-To: <1346653494-24187-1-git-send-email-plagnioj@jcrosoft.com>
On Mon, Sep 03, 2012 at 08:24:54AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> introduce in commit
> 5f03074ea98b64b55c133b35ee144fdc909e6d69
> resource: store 'end' instead of 'size' in struct resource
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Applied, thanks
Sascha
> ---
> arch/arm/boards/nhk8815/setup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boards/nhk8815/setup.c b/arch/arm/boards/nhk8815/setup.c
> index ccc0510..5820114 100644
> --- a/arch/arm/boards/nhk8815/setup.c
> +++ b/arch/arm/boards/nhk8815/setup.c
> @@ -63,7 +63,7 @@ static struct resource nhk8815_nand_resources[] = {
> .flags = IORESOURCE_MEM,
> }, {
> .start = NAND_IO_DATA,
> - .end = NAND_IO_CMD + 0xfff,
> + .end = NAND_IO_DATA + 0xfff,
> .flags = IORESOURCE_MEM,
> }
> };
> --
> 1.7.10.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-09-03 9:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-03 6:24 Jean-Christophe PLAGNIOL-VILLARD
2012-09-03 9:07 ` Sascha Hauer [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=20120903090700.GG26594@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=plagnioj@jcrosoft.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