All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Arnaud Patard <arnaud.patard@rtp-net.org>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] omap-hw: Fix build
Date: Thu, 1 Feb 2007 10:14:42 -0800	[thread overview]
Message-ID: <20070201181441.GE19495@atomide.com> (raw)
In-Reply-To: <85sldqnqfw.fsf@orfeo.duckcorp.org>

* Arnaud Patard <arnaud.patard@rtp-net.org> [070201 02:06]:
> Hi,
> 
> The n800 patches are renaming a struct and a atag name which is used in
> the omap-hw driver without updating it. This patch does it.
> 
> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> ---

> ---
>  drivers/mtd/nand/omap-hw.c |    4 	2 +	2 -	0 !
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: linux-omap-2.6/drivers/mtd/nand/omap-hw.c
> ===================================================================
> --- linux-omap-2.6.orig/drivers/mtd/nand/omap-hw.c	2007-01-27 12:00:20.000000000 +0100
> +++ linux-omap-2.6/drivers/mtd/nand/omap-hw.c	2007-01-27 12:00:55.000000000 +0100
> @@ -669,12 +669,12 @@ static int __init add_dynamic_parts(stru
>  {
>  	static const char *part_parsers[] = { "cmdlinepart", NULL };
>  	struct mtd_partition *parts;
> -	const struct omap_flash_part_config *cfg;
> +	const struct omap_flash_part_str_config *cfg;
>  	char *part_str = NULL;
>  	size_t part_str_len;
>  	int c;
>  
> -	cfg = omap_get_var_config(OMAP_TAG_FLASH_PART, &part_str_len);
> +	cfg = omap_get_var_config(OMAP_TAG_FLASH_PART_STR, &part_str_len);
>  	if (cfg != NULL) {
>  		part_str = kmalloc(part_str_len + 1, GFP_KERNEL);
>  		if (part_str == NULL)

Pushing today.

Tony

      reply	other threads:[~2007-02-01 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-01 10:05 [PATCH] omap-hw: Fix build Arnaud Patard
2007-02-01 18:14 ` Tony Lindgren [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=20070201181441.GE19495@atomide.com \
    --to=tony@atomide.com \
    --cc=arnaud.patard@rtp-net.org \
    --cc=linux-omap-open-source@linux.omap.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.