]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] cx25840: fix cx25840_s_stream for cx2388x and cx231xx
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 30 Nov 2015 12:26:35 +0000 (10:26 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 18 Dec 2015 15:34:32 +0000 (13:34 -0200)
commite69d89420e2297a896056bb29746a27d98d9b111
treec2924c7398a3cbf16ea8e7973a1af8c4987af651
parent499ebed3ec3854687ccf160d0f262191be990720
[media] cx25840: fix cx25840_s_stream for cx2388x and cx231xx

For those two devices the code wrote to addresses 0x115/6, but on
those devices those addresses have nothing to do with power controls.
So clearly this never worked. Rather than writing to bogus addresses,
just do nothing for the cx2388x and cx231xx.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/cx25840/cx25840-core.c