All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap-hw: Fix build
@ 2007-02-01 10:05 Arnaud Patard
  2007-02-01 18:14 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Patard @ 2007-02-01 10:05 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

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>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tag_flash_rename.patch --]
[-- Type: text/x-diff, Size: 932 bytes --]

---
 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)

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] omap-hw: Fix build
  2007-02-01 10:05 [PATCH] omap-hw: Fix build Arnaud Patard
@ 2007-02-01 18:14 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-02-01 18:14 UTC (permalink / raw)
  To: Arnaud Patard; +Cc: linux-omap-open-source

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-01 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01 10:05 [PATCH] omap-hw: Fix build Arnaud Patard
2007-02-01 18:14 ` Tony Lindgren

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.