summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/bbu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/bbu.c')
-rw-r--r--arch/arm/mach-rockchip/bbu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/bbu.c b/arch/arm/mach-rockchip/bbu.c
index 0f50fd1282..f9681aad1a 100644
--- a/arch/arm/mach-rockchip/bbu.c
+++ b/arch/arm/mach-rockchip/bbu.c
@@ -63,8 +63,8 @@ static int rockchip_bbu_mmc_handler(struct bbu_handler *handler,
space = cdev_unallocated_space(cdev_by_name(cdevname));
if (space < IMG_OFFSET_0 + data->len) {
- pr_err("Unallocated space on %s is too small for one image\n",
- data->devicefile);
+ pr_err("Unallocated space on %s (%lld) is too small for one image\n",
+ data->devicefile, space);
return -ENOSPC;
}