summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_panel.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-12-09 12:50:45 +0000
committerMark Brown <broonie@kernel.org>2024-12-09 12:50:45 +0000
commit1331fb6640440f42a709eafd5c802f3496f746b8 (patch)
tree01fd6f6cf36155fe188aed05db07a030f509ac00 /drivers/gpu/drm/tilcdc/tilcdc_panel.c
parenta308f9e47fc2377863f0f561ceedd45ccc7c7f9c (diff)
parentfac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff)
regmap: Merge up v6.12-rc2
This has fixes for several boards which help my testing a lot.
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
index 5f2d1b6f9ee9..262f290d85d9 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c
@@ -390,7 +390,7 @@ static const struct of_device_id panel_of_match[] = {
static struct platform_driver panel_driver = {
.probe = panel_probe,
- .remove_new = panel_remove,
+ .remove = panel_remove,
.driver = {
.name = "tilcdc-panel",
.of_match_table = panel_of_match,