diff mbox series

[2/4] drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"

Message ID 1c621b3c1132090cfd7f1109e44a36f21672df5f.1519318304.git.jsarha@ti.com
State Accepted
Commit 7f78c3d69df03674644b724cdf4f01d67962beb4
Headers show
Series drm/tilcdc: Add DRM panel support and use it for am335x-evm | expand

Commit Message

Jyri Sarha Feb. 22, 2018, 5:07 p.m. UTC
Rename the bundled tilcdc_panel driver from just "panel" to
"tilcdc-panel" to avoid noisy error messages from the driver trying to
probe all device nodes named "panel".

Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
index cf9ca16..d616d64 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
@@ -421,7 +421,7 @@  struct platform_driver panel_driver = {
 	.remove = panel_remove,
 	.driver = {
 		.owner = THIS_MODULE,
-		.name = "panel",
+		.name = "tilcdc-panel",
 		.of_match_table = panel_of_match,
 	},
 };