Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Abylay Ospan and committed by
Mauro Carvalho Chehab
f1bee699 5765348c

+1 -1
+1 -1
drivers/media/video/cx23885/cimax2.c
··· 157 157 } 158 158 159 159 int 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 162 struct netup_ci_state *state = en50221->data; 163 163 struct cx23885_tsport *port = state->priv;