commit | 491aa96a8c37260d2466735ecd3c662db8c0a7af | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Nov 25 18:48:54 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 05 18:42:15 2009 -0200 |
tree | 23c31261cb9f4bc2c8d95a4610523b3d29139f73 | |
parent | 289a774bf53b366393e51b4f512b610bfb5fdd9d [diff] |
V4L/DVB (13523): dvb-bt8xx: fix compile warning Fix this compile warning: v4l/dvb-bt8xx.c: In function 'cx24108_tuner_set_params': v4l/dvb-bt8xx.c:221: warning: array subscript is above array bounds Make sure that we never get past the last element in the array. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>