Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35096cb5 authored by Jonas Gorski's avatar Jonas Gorski Committed by David Woodhouse
Browse files

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

parent 47882d78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);