mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
ACPI: DPTF: Fix participant driver names
Change the names of DPTF participant drivers to adhere to the sysfs file naming conventions (no spaces present in the name in particular). Fixes:2ce6324ead
("ACPI: DPTF: Add PCH FIVR participant driver") Fixes:6256ebd5da
("ACPI / DPTF: Add DPTF power participant driver") Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Acked-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
cf1d2b44f6
commit
ff44fe3e67
@ -114,7 +114,7 @@ static struct platform_driver pch_fivr_driver = {
|
||||
.probe = pch_fivr_add,
|
||||
.remove = pch_fivr_remove,
|
||||
.driver = {
|
||||
.name = "DPTF PCH FIVR",
|
||||
.name = "dptf_pch_fivr",
|
||||
.acpi_match_table = pch_fivr_device_ids,
|
||||
},
|
||||
};
|
||||
|
@ -237,7 +237,7 @@ static struct platform_driver dptf_power_driver = {
|
||||
.probe = dptf_power_add,
|
||||
.remove = dptf_power_remove,
|
||||
.driver = {
|
||||
.name = "DPTF Platform Power",
|
||||
.name = "dptf_power",
|
||||
.acpi_match_table = int3407_device_ids,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user