Re: [patch] radeon: range check issues

2010-03-31 Thread Alex Deucher
On Sun, Mar 28, 2010 at 7:23 AM, Dan Carpenter wrote: > 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 > --- > Compile tested only.  C

[patch] radeon: range check issues

2010-03-28 Thread Dan Carpenter
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 --- Compile tested only. Changing the array size seemed like the right thing to do, in the cont