aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/or51211.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-01-09 12:25:28 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:28 -0500
commite18828e43a52fb9a792938840cc32cbb2a9e1a5c (patch)
tree8f85b0bf6254e3f936190cea65703cdcf91523ca /drivers/media/dvb/frontends/or51211.c
parent67f1570a0659abba5efbf55cc986187af61bdd52 (diff)
V4L/DVB (3179): Fix 64-bit compile warnings
- Fix 64-bit compile warnings Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/frontends/or51211.c')
-rw-r--r--drivers/media/dvb/frontends/or51211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/or51211.c b/drivers/media/dvb/frontends/or51211.c
index 531f76246e5f..8d631ca7aaf0 100644
--- a/drivers/media/dvb/frontends/or51211.c
+++ b/drivers/media/dvb/frontends/or51211.c
@@ -112,7 +112,7 @@ static int or51211_load_firmware (struct dvb_frontend* fe,
112 u8 tudata[585]; 112 u8 tudata[585];
113 int i; 113 int i;
114 114
115 dprintk("Firmware is %d bytes\n",fw->size); 115 dprintk("Firmware is %zd bytes\n",fw->size);
116 116
117 /* Get eprom data */ 117 /* Get eprom data */
118 tudata[0] = 17; 118 tudata[0] = 17;