提交 35096cb5 编写于 作者: J Jonas Gorski 提交者: David Woodhouse

mtd: maps: bcm963xx-flash: fix word order for spare partition

Signed-off-by: NJonas Gorski <jonas.gorski@gmail.com>
Acked-by: NFlorian Fainelli <florian@openwrt.org>
Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 47882d78
...@@ -145,7 +145,7 @@ static int parse_cfe_partitions(struct mtd_info *master, ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册