[PATCH 1/4] drm: Constify generic_edid_names[]

2015-09-01 Thread Ville Syrjälä
On Tue, Sep 01, 2015 at 10:47:48AM +0200, Daniel Vetter wrote: > On Mon, Aug 31, 2015 at 10:52:03AM -0400, Alex Deucher wrote: > > On Mon, Aug 31, 2015 at 8:09 AM, wrote: > > > From: Ville Syrjälä > > > > > > Make generic_edid_names[] const since it's supposed to be immutable. > > > > > > Sign

[PATCH 1/4] drm: Constify generic_edid_names[]

2015-09-01 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 10:52:03AM -0400, Alex Deucher wrote: > On Mon, Aug 31, 2015 at 8:09 AM, wrote: > > From: Ville Syrjälä > > > > Make generic_edid_names[] const since it's supposed to be immutable. > > > > Signed-off-by: Ville Syrjälä > > For the series: > Reviewed-by: Alex Deucher

[PATCH 1/4] drm: Constify generic_edid_names[]

2015-08-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Make generic_edid_names[] const since it's supposed to be immutable. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_edid_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid_load.c b/drivers/gpu/drm/drm_edid_load.c in

[PATCH 1/4] drm: Constify generic_edid_names[]

2015-08-31 Thread Alex Deucher
On Mon, Aug 31, 2015 at 8:09 AM, wrote: > From: Ville Syrjälä > > Make generic_edid_names[] const since it's supposed to be immutable. > > Signed-off-by: Ville Syrjälä For the series: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/drm_edid_load.c | 2 +- > 1 file changed, 1 insertion