sf: use print_size() for sector_size output

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-04-12 02:09:28 -04:00
parent 334eb4b02f
commit 493c360721

View File

@ -297,8 +297,8 @@ struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
goto err_manufacturer_probe; goto err_manufacturer_probe;
} }
printf("SF: Detected %s with page size %u, total ", printf("SF: Detected %s with page size ", flash->name);
flash->name, flash->sector_size); print_size(flash->sector_size, ", total ");
print_size(flash->size, "\n"); print_size(flash->size, "\n");
spi_release_bus(spi); spi_release_bus(spi);