summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_priv.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2008-01-25 20:28:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:22 -0200
commit85eabac439ff6b60775e3d6458702dcb6c479e05 (patch)
tree34c5f1f5b5b6babd82dcf29748e7619e1e7c55f4 /drivers/media/dvb/frontends/stb0899_priv.h
parentd6812086508a38ccb48ed9d5bc9f50732dc818db (diff)
downloadop-kernel-dev-85eabac439ff6b60775e3d6458702dcb6c479e05.zip
op-kernel-dev-85eabac439ff6b60775e3d6458702dcb6c479e05.tar.gz
V4L/DVB (9453): stb0899: fix compilation warnings
Cleanup/Optimization: * Fix compile warnings * The compile warnings helped to identify 2 unnecessary I/O operations Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_priv.h')
-rw-r--r--drivers/media/dvb/frontends/stb0899_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_priv.h b/drivers/media/dvb/frontends/stb0899_priv.h
index 73790b4..da7fddb 100644
--- a/drivers/media/dvb/frontends/stb0899_priv.h
+++ b/drivers/media/dvb/frontends/stb0899_priv.h
@@ -242,7 +242,7 @@ extern int stb0899_read_regs(struct stb0899_state *state,
extern int stb0899_write_regs(struct stb0899_state *state,
unsigned int reg, u8 *data,
- size_t count);
+ u32 count);
extern int stb0899_write_reg(struct stb0899_state *state,
unsigned int reg,
OpenPOWER on IntegriCloud