diff options
-rw-r--r-- | v4l/or51132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/or51132.c b/v4l/or51132.c index 5789b4960..219ac7474 100644 --- a/v4l/or51132.c +++ b/v4l/or51132.c @@ -111,7 +111,7 @@ static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware u32 firmwareAsize, firmwareBsize; int i,ret; - dprintk("Firmware is %ld bytes\n",fw->size); + dprintk("Firmware is %Zd bytes\n",fw->size); /* Get size of firmware A and B */ firmwareAsize = le32_to_cpu(*((u32*)fw->data)); |