[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Ville Syrjälä
On Fri, Jan 18, 2013 at 11:30:04AM +0100, Thierry Reding wrote: > On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrj?l? wrote: > > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrj?l? wrote: > > > > On Mon, Jan 14, 2013 at 0

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Thierry Reding
On Fri, Jan 18, 2013 at 12:51:11PM +0200, Ville Syrj?l? wrote: > On Fri, Jan 18, 2013 at 11:30:04AM +0100, Thierry Reding wrote: > > On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrj?l? wrote: > > > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > > > On Mon, Jan 14, 2013 at 0

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Thierry Reding
On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrj?l? wrote: > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrj?l? wrote: > > > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > > > Since the variable's valu

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Thierry Reding
On Fri, Jan 18, 2013 at 12:51:11PM +0200, Ville Syrjälä wrote: > On Fri, Jan 18, 2013 at 11:30:04AM +0100, Thierry Reding wrote: > > On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrjälä wrote: > > > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > > > On Mon, Jan 14, 2013 at 0

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Ville Syrjälä
On Fri, Jan 18, 2013 at 11:30:04AM +0100, Thierry Reding wrote: > On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrjälä wrote: > > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrjälä wrote: > > > > On Mon, Jan 14, 2013 at 0

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-18 Thread Thierry Reding
On Mon, Jan 14, 2013 at 05:47:13PM +0200, Ville Syrjälä wrote: > On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrjälä wrote: > > > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > > > Since the variable's valu

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrj?l? wrote: > > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > > Since the variable's value is the size of an array, we can assume that > > > it will never be ne

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > Since the variable's value is the size of an array, we can assume that > it will never be negative. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_edid_modes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Thierry Reding
On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrj?l? wrote: > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > Since the variable's value is the size of an array, we can assume that > > it will never be negative. > > > > Signed-off-by: Thierry Reding > > --- > > drivers/gpu

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Thierry Reding
Since the variable's value is the size of an array, we can assume that it will never be negative. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_edid_modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid_modes.h b/drivers/gpu/drm/drm_edid_mod

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 04:06:13PM +0100, Thierry Reding wrote: > On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrjälä wrote: > > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > > Since the variable's value is the size of an array, we can assume that > > > it will never be ne

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Thierry Reding
On Mon, Jan 14, 2013 at 04:42:39PM +0200, Ville Syrjälä wrote: > On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > > Since the variable's value is the size of an array, we can assume that > > it will never be negative. > > > > Signed-off-by: Thierry Reding > > --- > > drivers/gpu

Re: [PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Ville Syrjälä
On Mon, Jan 14, 2013 at 03:30:20PM +0100, Thierry Reding wrote: > Since the variable's value is the size of an array, we can assume that > it will never be negative. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_edid_modes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v3 1/9] drm: Make drm_num_cea_modes unsigned

2013-01-14 Thread Thierry Reding
Since the variable's value is the size of an array, we can assume that it will never be negative. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_edid_modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid_modes.h b/drivers/gpu/drm/drm_edid_mod