summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-24 20:35:48 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-26 06:51:00 -0300
commit339f06c5d354c4c89814f11d0c3393f198b3dd00 (patch)
treee27fb1f85facd6ec8ffd304680ec71b62b683558 /drivers/media/pci/cx23885
parent35f30f36a7e66caa0973a4db620b4245df2cf428 (diff)
downloadop-kernel-dev-339f06c5d354c4c89814f11d0c3393f198b3dd00.zip
op-kernel-dev-339f06c5d354c4c89814f11d0c3393f198b3dd00.tar.gz
[media] pci drivers: use %zu instead of %zd
size_t is unsigned. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885')
-rw-r--r--drivers/media/pci/cx23885/cx23885-417.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-417.c b/drivers/media/pci/cx23885/cx23885-417.c
index 6973055..3948db3 100644
--- a/drivers/media/pci/cx23885/cx23885-417.c
+++ b/drivers/media/pci/cx23885/cx23885-417.c
@@ -942,7 +942,7 @@ static int cx23885_load_firmware(struct cx23885_dev *dev)
if (firmware->size != CX23885_FIRM_IMAGE_SIZE) {
printk(KERN_ERR "ERROR: Firmware size mismatch "
- "(have %zd, expected %d)\n",
+ "(have %zu, expected %d)\n",
firmware->size, CX23885_FIRM_IMAGE_SIZE);
release_firmware(firmware);
return -1;
OpenPOWER on IntegriCloud