Skip to content

Commit

Permalink
mtd: maps: bcm963xx-flash: fix word order for spare partition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonas Gorski authored and David Woodhouse committed Jan 9, 2012
1 parent 47882d7 commit 35096cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/bcm963xx-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 35096cb

Please sign in to comment.