drm/connector: Change DRM card alias from underscore to hyphen
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 19 Oct 2023 09:34:58 +0000 (10:34 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:07 +0000 (11:35 +0000)
commit46200517372e58f316943e04d45d5ab50bc9b0d9
tree7828e76ea137ffea48b8566fea5f310d2e2945de
parent3bb34b98ce0a2b46096382dd5141628e16987664
drm/connector: Change DRM card alias from underscore to hyphen

Apparently aliases are only allowed lower case and hyphens,
so swap the use of underscore to hyphen.

Fixes: 3aa1f2477545 ("drm: Look for an alias for the displays to use as the DRM device name")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/drm_connector.c