projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47882d7
)
mtd: maps: bcm963xx-flash: fix word order for spare partition
author
Jonas Gorski
<
[email protected]
>
Mon, 5 Dec 2011 15:08:05 +0000
(16:08 +0100)
committer
David Woodhouse
<
[email protected]
>
Mon, 9 Jan 2012 18:13:28 +0000
(18:13 +0000)
Signed-off-by: Jonas Gorski <
[email protected]
>
Acked-by: Florian Fainelli <
[email protected]
>
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Signed-off-by: David Woodhouse <
[email protected]
>
drivers/mtd/maps/bcm963xx-flash.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/bcm963xx-flash.c
b/drivers/mtd/maps/bcm963xx-flash.c
index 56927f5302c10951e3ffa570770fcce31cc0cb57..bcdb6dd3f1319a5c40f7cd6f9afe64612109da59 100644
(file)
--- a/
drivers/mtd/maps/bcm963xx-flash.c
+++ b/
drivers/mtd/maps/bcm963xx-flash.c
@@
-145,7
+145,7
@@
static int parse_cfe_partitions(struct mtd_info *master,
(long unsigned int)(parts[i].offset),
(long unsigned int)(parts[i].size));
- printk(KERN_INFO PFX "Spare partition is
%x offset
and length %x\n",
+ printk(KERN_INFO PFX "Spare partition is
offset %x
and length %x\n",
spareaddr, sparelen);
*pparts = parts;
vfree(buf);