aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-ux500/prcmu-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/prcmu-debug.c b/arch/arm/mach-ux500/prcmu-debug.c
index 42892d59fb1..0e45a2309d0 100644
--- a/arch/arm/mach-ux500/prcmu-debug.c
+++ b/arch/arm/mach-ux500/prcmu-debug.c
@@ -299,7 +299,7 @@ static ssize_t opp_write(struct file *file,
prcmu_qos_force_opp(prcmu_qos_class, i);
- pr_info("prcmu debug: forced OPP for %d to %d\n", prcmu_qos_class, i);
+ pr_info("prcmu debug: forced OPP for %d to %d\n", prcmu_qos_class, (int)i);
return buf_size;
}