From: Jyri Sarha Date: Wed, 21 Feb 2018 16:38:24 +0000 (+0200) Subject: drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel" X-Git-Tag: for-linus-20180413~101^2~21^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7f78c3d69df03674644b724cdf4f01d67962beb4;p=linux-block.git drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel" 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 Reviewed-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index cf9ca16fee81..d616d64a6725 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, }, };