summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stb0899_priv.h
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2008-01-26 03:28:46 +0400
committerManu Abraham <manu@linuxtv.org>2008-01-26 03:28:46 +0400
commitaa766963fb7d65df8a40f4d2b1ff979909eb6ac4 (patch)
tree52c07e0e7ec9184a1aa3160309d126a6249115c2 /linux/drivers/media/dvb/frontends/stb0899_priv.h
parent3b6ffc4fc3874bb14fa6d33398a3e9a25621789e (diff)
downloadmediapointer-dvb-s2-aa766963fb7d65df8a40f4d2b1ff979909eb6ac4.tar.gz
mediapointer-dvb-s2-aa766963fb7d65df8a40f4d2b1ff979909eb6ac4.tar.bz2
Cleanup/Optimization:
* Fix compile warnings * The compile warnings helped to identify 2 unnecessary I/O operations From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stb0899_priv.h')
-rw-r--r--linux/drivers/media/dvb/frontends/stb0899_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_priv.h b/linux/drivers/media/dvb/frontends/stb0899_priv.h
index 31ada88db..e1e2e23d0 100644
--- a/linux/drivers/media/dvb/frontends/stb0899_priv.h
+++ b/linux/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,