Skip to content
Commit 496fd15b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

drm: avoid warning in drm_load_edid_firmware()



Use "const char *" instead of "char *" in order to avoid this warning:

  drivers/gpu/drm/drm_edid_load.c: In function ‘drm_load_edid_firmware’:
  drivers/gpu/drm/drm_edid_load.c:245:25: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bfffbea1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment