summaryrefslogtreecommitdiff
path: root/drivers/platform/surface/surface_hotplug.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/platform/surface/surface_hotplug.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/platform/surface/surface_hotplug.c')
-rw-r--r--drivers/platform/surface/surface_hotplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/surface/surface_hotplug.c b/drivers/platform/surface/surface_hotplug.c
index a404f26cfae8..c0d83ed5a208 100644
--- a/drivers/platform/surface/surface_hotplug.c
+++ b/drivers/platform/surface/surface_hotplug.c
@@ -259,7 +259,7 @@ MODULE_DEVICE_TABLE(acpi, surface_hotplug_acpi_match);
static struct platform_driver surface_hotplug_driver = {
.probe = surface_hotplug_probe,
- .remove_new = surface_hotplug_remove,
+ .remove = surface_hotplug_remove,
.driver = {
.name = "surface_hotplug",
.acpi_match_table = surface_hotplug_acpi_match,