commit | e69d89420e2297a896056bb29746a27d98d9b111 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Mon Nov 30 10:26:35 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Dec 18 13:34:32 2015 -0200 |
tree | c2924c7398a3cbf16ea8e7973a1af8c4987af651 | |
parent | 499ebed3ec3854687ccf160d0f262191be990720 [diff] |
[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>