summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885-417.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-25 01:35:48 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-26 11:51:00 +0200
commit339f06c5d354c4c89814f11d0c3393f198b3dd00 (patch)
treee27fb1f85facd6ec8ffd304680ec71b62b683558 /drivers/media/pci/cx23885/cx23885-417.c
parent[media] dvb-frontends: use %zu instead of %zd (diff)
downloadlinux-339f06c5d354c4c89814f11d0c3393f198b3dd00.tar.xz
linux-339f06c5d354c4c89814f11d0c3393f198b3dd00.zip
[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/cx23885-417.c')
-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 6973055f0814..3948db386fb5 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;