diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-22 16:12:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:52 -0400 |
commit | eda9e4e29492aff55ceb3f719a6011bddc60a892 (patch) | |
tree | 88cf6a4b61a4bf1a1e7ef122073a8e52b6a3d963 /drivers/media/dvb/frontends/or51211.c | |
parent | 614b147b4f8f38a090f88ac02f67b01225bb5d54 (diff) |
V4L/DVB (8746): v4l-dvb: fix compile warnings.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/or51211.c')
-rw-r--r-- | drivers/media/dvb/frontends/or51211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/or51211.c b/drivers/media/dvb/frontends/or51211.c index 6afe12aaca4e..16cf2fdd5d7d 100644 --- a/drivers/media/dvb/frontends/or51211.c +++ b/drivers/media/dvb/frontends/or51211.c | |||
@@ -88,7 +88,7 @@ static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, | |||
88 | return 0; | 88 | return 0; |
89 | } | 89 | } |
90 | 90 | ||
91 | static u8 i2c_readbytes (struct or51211_state* state, u8 reg, u8* buf, int len) | 91 | static int i2c_readbytes(struct or51211_state *state, u8 reg, u8 *buf, int len) |
92 | { | 92 | { |
93 | int err; | 93 | int err; |
94 | struct i2c_msg msg; | 94 | struct i2c_msg msg; |