]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
authorJyri Sarha <jsarha@ti.com>
Wed, 21 Feb 2018 16:38:24 +0000 (18:38 +0200)
committerJyri Sarha <jsarha@ti.com>
Wed, 28 Feb 2018 09:48:25 +0000 (11:48 +0200)
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>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_panel.c

index cf9ca16fee81e5078861c3c367482ecf9807ce38..d616d64a672542d3dbd6a8a44d79007ea8979d59 100644 (file)
@@ -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,
        },
 };