commit | 0031c41be5c529f8329e327b63cde92ba1284842 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Apr 27 14:11:04 2010 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Wed Apr 28 18:41:54 2010 +1000 |
tree | 753f7f1ba1a1886816f40740d7a4d96f9830ecb6 | |
parent | 8c88e50bcf7f9f7e1b4987aaac3dfacc3ac6bd24 [diff] |
drivers/gpu/drm/radeon/radeon_atombios.c: range check issues This change makes the array larger, "MAX_SUPPORTED_TV_TIMING_V1_2" is 3 and the original size "MAX_SUPPORTED_TV_TIMING" is 2. Also there were checks that were off by one. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dave Airlie <airlied@redhat.com>