diff options
author | 2013-01-06 21:52:03 -0300 | |
---|---|---|
committer | 2013-02-05 19:19:44 -0200 | |
commit | a46edeb0f6098088f316c3543474784f8108508e (patch) | |
tree | b875976a8c6f9c70fd647fe532c661da872ad476 /tools/perf/scripts/python | |
parent | [media] drivers/media/usb/dvb-usb/dib0700_core.c: fix left shift (diff) | |
download | linux-dev-a46edeb0f6098088f316c3543474784f8108508e.tar.xz linux-dev-a46edeb0f6098088f316c3543474784f8108508e.zip |
[media] media: cx18, ivtv: eliminate unnecessary array index checks
The idx values passed to cx18_i2c_register() and ivtv_i2c_register()
by cx18_init_subdevs() and ivtv_load_and_init_modules() respectively
are always in-range, based on how the hw_all bitmask is populated.
Previously, the checks were already ineffective because arrays were
being dereferenced using the index before the check.
Acked-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions