mtd: maps: bcm963xx-flash: fix word order for spare partition
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Acked-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
47882d7825
commit
35096cb54b
@@ -145,7 +145,7 @@ static int parse_cfe_partitions(struct mtd_info *master,
|
|||||||
(long unsigned int)(parts[i].offset),
|
(long unsigned int)(parts[i].offset),
|
||||||
(long unsigned int)(parts[i].size));
|
(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);
|
spareaddr, sparelen);
|
||||||
*pparts = parts;
|
*pparts = parts;
|
||||||
vfree(buf);
|
vfree(buf);
|
||||||
|
Reference in New Issue
Block a user