diff options
Diffstat (limited to 'drivers/acpi/battery.c')
-rw-r--r-- | drivers/acpi/battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 5fdfe65fe165..8ec8a89a20ab 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c | |||
@@ -695,7 +695,7 @@ static void acpi_battery_quirks(struct acpi_battery *battery) | |||
695 | if (battery->power_unit && dmi_name_in_vendors("LENOVO")) { | 695 | if (battery->power_unit && dmi_name_in_vendors("LENOVO")) { |
696 | const char *s; | 696 | const char *s; |
697 | s = dmi_get_system_info(DMI_PRODUCT_VERSION); | 697 | s = dmi_get_system_info(DMI_PRODUCT_VERSION); |
698 | if (s && !strnicmp(s, "ThinkPad", 8)) { | 698 | if (s && !strncasecmp(s, "ThinkPad", 8)) { |
699 | dmi_walk(find_battery, battery); | 699 | dmi_walk(find_battery, battery); |
700 | if (test_bit(ACPI_BATTERY_QUIRK_THINKPAD_MAH, | 700 | if (test_bit(ACPI_BATTERY_QUIRK_THINKPAD_MAH, |
701 | &battery->flags) && | 701 | &battery->flags) && |