aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-08-02 17:30:53 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-10-01 08:41:29 -0300
commitf5b5fbd38776e06df8e74c2fa91a172435400486 (patch)
treef49f4c4d31f4993892b35cc2650beb635dce431c /drivers/media/platform/s5p-mfc
parent[media] MAINTAINERS: add exynos jpeg codec maintainers (diff)
downloadlinux-dev-f5b5fbd38776e06df8e74c2fa91a172435400486.tar.xz
linux-dev-f5b5fbd38776e06df8e74c2fa91a172435400486.zip
[media] s5p-mfc: Correct misuse of %0x<decimal>
Correct misuse of 0x%d in logging message. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/s5p-mfc')
-rw-r--r--drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
index e5cb30e1f718..04f8c7b5a86f 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
@@ -522,7 +522,7 @@ static int s5p_mfc_set_enc_stream_buffer_v6(struct s5p_mfc_ctx *ctx,
writel(addr, mfc_regs->e_stream_buffer_addr); /* 16B align */
writel(size, mfc_regs->e_stream_buffer_size);
- mfc_debug(2, "stream buf addr: 0x%08lx, size: 0x%d\n",
+ mfc_debug(2, "stream buf addr: 0x%08lx, size: 0x%x\n",
addr, size);
return 0;