summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/zl10039.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-24 20:35:12 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-26 06:50:59 -0300
commit35f30f36a7e66caa0973a4db620b4245df2cf428 (patch)
tree491263d000ef2493fde37cccb97867dc9401cce7 /drivers/media/dvb-frontends/zl10039.c
parent03ce781626138e9cc972fa4fef0034a067726fb6 (diff)
downloadop-kernel-dev-35f30f36a7e66caa0973a4db620b4245df2cf428.zip
op-kernel-dev-35f30f36a7e66caa0973a4db620b4245df2cf428.tar.gz
[media] dvb-frontends: use %zu instead of %zd
size_t is unsigned. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/zl10039.c')
-rw-r--r--drivers/media/dvb-frontends/zl10039.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/zl10039.c b/drivers/media/dvb-frontends/zl10039.c
index 91b6b2e..ee09ec2 100644
--- a/drivers/media/dvb-frontends/zl10039.c
+++ b/drivers/media/dvb-frontends/zl10039.c
@@ -111,7 +111,7 @@ static int zl10039_write(struct zl10039_state *state,
if (1 + count > sizeof(buf)) {
printk(KERN_WARNING
- "%s: i2c wr reg=%04x: len=%zd is too big!\n",
+ "%s: i2c wr reg=%04x: len=%zu is too big!\n",
KBUILD_MODNAME, reg, count);
return -EINVAL;
}
OpenPOWER on IntegriCloud