[PATCH 11/11] mtip32xx: Change disk capacity unit from MB to MiB

From: Asai Thambi S P
Date: Tue May 29 2012 - 21:45:34 EST



Disk capacity is calculated as power of 2, but displayed as MB. Change the
unit to MiB.

Reported-by: Robert Elliott <Elliott@xxxxxx>
Signed-off-by: Asai Thambi S P <asamymuthupa@xxxxxxxxxx>
---
drivers/block/mtip32xx/mtip32xx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c
index 18daa04..411276d 100644
--- a/drivers/block/mtip32xx/mtip32xx.c
+++ b/drivers/block/mtip32xx/mtip32xx.c
@@ -1759,7 +1759,7 @@ static void mtip_dump_identify(struct mtip_port *port)

if (mtip_hw_get_capacity(port->dd, &sectors))
dev_info(&port->dd->pdev->dev,
- "Capacity: %llu sectors (%llu MB)\n",
+ "Capacity: %llu sectors (%llu MiB)\n",
(u64)sectors,
((u64)sectors) * ATA_SECT_SIZE >> 20);

--
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/