aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorAbylay Ospan <aospan@netup.ru>2009-03-17 17:13:52 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:24 -0400
commitf1bee6994426c3a1435ee8d214b1c426a009784f (patch)
tree7815d4f410a410f7966245e44b6025b3e769b8b9 /drivers/media/video
parent5765348cd41c17c797765174d479508ecfbd43de (diff)
V4L/DVB (11056): Bug fix in NetUP: restore high address lines in CI
CI high address lines disappears due to wrong data type used. Patch to fix it. Signed-off-by: Abylay Ospan <aospan@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/cx23885/cimax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cimax2.c b/drivers/media/video/cx23885/cimax2.c
index 2105c2e4cf46..9a6536998d90 100644
--- a/drivers/media/video/cx23885/cimax2.c
+++ b/drivers/media/video/cx23885/cimax2.c
@@ -157,7 +157,7 @@ int netup_ci_get_mem(struct cx23885_dev *dev)
157} 157}
158 158
159int netup_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, 159int netup_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot,
160 u8 flag, u8 read, u8 addr, u8 data) 160 u8 flag, u8 read, int addr, u8 data)
161{ 161{
162 struct netup_ci_state *state = en50221->data; 162 struct netup_ci_state *state = en50221->data;
163 struct cx23885_tsport *port = state->priv; 163 struct cx23885_tsport *port = state->priv;