V4L/DVB (6894): xc5000: fix build warning
[deliverable/linux.git] / drivers / media / dvb / frontends / xc5000.c
index 9edd071153951362ec1113b999fcfc7c9e732712..106004e124599521b9a38ac9c6d1c4243c173260 100644 (file)
@@ -533,7 +533,8 @@ static int xc5000_fwupload(struct dvb_frontend* fe)
                printk(KERN_ERR "xc5000: Upload failed. (file not found?)\n");
                ret = XC_RESULT_RESET_FAILURE;
        } else {
-               printk(KERN_INFO "xc5000: firmware read %d bytes.\n", fw->size);
+               printk(KERN_INFO "xc5000: firmware read %Zu bytes.\n",
+                      fw->size);
                ret = XC_RESULT_SUCCESS;
        }
 
This page took 0.024406 seconds and 5 git commands to generate.