drivers/gpu/drm/drm_edid_load.c: In function ?drm_load_edid_firmware?:
drivers/gpu/drm/drm_edid_load.c:245: warning: initialization discards
qualifiers from pointer target type
drm_get_connector_name() returns a "const char *", hence propagate the
const where needed.
Signed-off-by: Geert Uytterh
On Wed, Jul 10, 2013 at 7:16 AM, Geert Uytterhoeven
wrote:
> drivers/gpu/drm/drm_edid_load.c: In function ?drm_load_edid_firmware?:
> drivers/gpu/drm/drm_edid_load.c:245: warning: initialization discards
> qualifiers from pointer target type
>
> drm_get_connector_name() returns a "const char *",
On Wed, Jul 10, 2013 at 7:16 AM, Geert Uytterhoeven
wrote:
> drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’:
> drivers/gpu/drm/drm_edid_load.c:245: warning: initialization discards
> qualifiers from pointer target type
>
> drm_get_connector_name() returns a "const char *",
drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’:
drivers/gpu/drm/drm_edid_load.c:245: warning: initialization discards
qualifiers from pointer target type
drm_get_connector_name() returns a "const char *", hence propagate the
const where needed.
Signed-off-by: Geert Uytterh