Commit f1bee699 authored by Abylay Ospan's avatar Abylay Ospan Committed by Mauro Carvalho Chehab

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: default avatarAbylay Ospan <aospan@netup.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5765348c
...@@ -157,7 +157,7 @@ int netup_ci_get_mem(struct cx23885_dev *dev) ...@@ -157,7 +157,7 @@ int netup_ci_get_mem(struct cx23885_dev *dev)
} }
int netup_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, int netup_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot,
u8 flag, u8 read, u8 addr, u8 data) u8 flag, u8 read, int addr, u8 data)
{ {
struct netup_ci_state *state = en50221->data; struct netup_ci_state *state = en50221->data;
struct cx23885_tsport *port = state->priv; struct cx23885_tsport *port = state->priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment