diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2011-10-13 02:41:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 18:33:55 -0200 |
commit | 567a23f4389f86c10355ae89909d6d87f312d1a0 (patch) | |
tree | 2d9819a0995945ba4dbe0b7ef86f17cd411d53c6 /samples | |
parent | 8c4343e5909f956140229b0d960dc7a9c4fd4bdd (diff) |
[media] cx25821: off by one in cx25821_vidioc_s_input()
If "i" is 2 then when we call cx25821_video_mux() we'd end up going
past the end of the cx25821_boards[dev->board]->input[].
The INPUT() macro obfuscates what's going on in that function so it's
a bit hard to follow. And as Mauro points out the hard coded 2 is
not very helpful.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions