commit | 7accedd2fa059961629fd47212dd7096370c64fb | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Apr 30 10:18:23 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 21 08:37:11 2013 -0300 |
tree | cc0c1035b6e4945618a7218accc84f9ac1438733 | |
parent | c6f89116c14144c18295d2a06294788c86fe9e6d [diff] |
[media] exynos4-is: Fix off-by-one valid range checking for is->config_index Current code uses is->config_index as array subscript, thus the valid value range is 0 ... ARRAY_SIZE(cmd) - 1. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>