diff options
author | Gerd Knorr <devnull@localhost> | 2005-03-10 10:07:54 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-03-10 10:07:54 +0000 |
commit | 89ae1ce33391e2fe76f7949e4f584ed5424c51f4 (patch) | |
tree | 17d5e49d486d26749e29b5b2c8d0e2a4e5ee4da3 | |
parent | 333657f57ee854caef67bf11c8b84d8bb68acf7b (diff) | |
download | mediapointer-dvb-s2-89ae1ce33391e2fe76f7949e4f584ed5424c51f4.tar.gz mediapointer-dvb-s2-89ae1ce33391e2fe76f7949e4f584ed5424c51f4.tar.bz2 |
- fix from akpm.
-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)); |