diff options
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index cf557a457cc0..06bc273ba289 100644 --- a/drivers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c | |||
@@ -3218,8 +3218,8 @@ static int mtip_hw_init(struct driver_data *dd) | |||
3218 | "Unable to check write protect progress\n"); | 3218 | "Unable to check write protect progress\n"); |
3219 | else | 3219 | else |
3220 | dev_info(&dd->pdev->dev, | 3220 | dev_info(&dd->pdev->dev, |
3221 | "Write protect progress: %d%% (%d blocks)\n", | 3221 | "Write protect progress: %u%% (%u blocks)\n", |
3222 | attr242.cur, attr242.data); | 3222 | attr242.cur, le32_to_cpu(attr242.data)); |
3223 | return rv; | 3223 | return rv; |
3224 | 3224 | ||
3225 | out3: | 3225 | out3: |