]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sf: fix erase debug output
authorVadim Bendebury <vbendeb@chromium.org>
Wed, 12 Oct 2011 11:28:38 +0000 (11:28 +0000)
committerAnatolij Gustschin <agust@denx.de>
Mon, 5 Dec 2011 20:55:24 +0000 (21:55 +0100)
commit1f6734cf502586d758b0569f5d921b71277688bd
tree7f1536ed03c5436fc1baf4d1bddf930822a12174
parent7708d8b352e9e595f6f08afd3206af6495c7dc09
sf: fix erase debug output

We want to show the length, so multiplying by sector size makes no sense.
This is a hold over from the erase code before the big refactor.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/spi_flash.c