summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-04-12 12:01:57 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-05-02 13:06:59 +0200
commit6605e3423f37ba4d24771a65b850d8a900830610 (patch)
tree37bd35d1da590db1772b23f868bd40ed6a9444ee /drivers/acpi
parent6da6c0db5316275015e8cc2959f12a17584aeb64 (diff)
downloadop-kernel-dev-6605e3423f37ba4d24771a65b850d8a900830610.zip
op-kernel-dev-6605e3423f37ba4d24771a65b850d8a900830610.tar.gz
ACPI / AC: Remove initializer for unused ident dmi_system_id
The ac.c code does not use the dmi_system_id ident member, so there is no need to initialize it. This saves us storing the unused "thinkpad e530" string as const data. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ac.c b/drivers/acpi/ac.c
index 2d8de2f..9e4463d 100644
--- a/drivers/acpi/ac.c
+++ b/drivers/acpi/ac.c
@@ -318,8 +318,8 @@ static int thinkpad_e530_quirk(const struct dmi_system_id *d)
static const struct dmi_system_id ac_dmi_table[] = {
{
+ /* Thinkpad e530 */
.callback = thinkpad_e530_quirk,
- .ident = "thinkpad e530",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "32597CG"),
OpenPOWER on IntegriCloud