Skip to content

Commit

Permalink
drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha committed Feb 28, 2018
1 parent 544f737 commit 7f78c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/tilcdc/tilcdc_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 7f78c3d

Please sign in to comment.