]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
platform/x86: huawei-wmi: No need to check for battery name
authorAyman Bagabas <ayman.bagabas@gmail.com>
Sun, 20 Oct 2019 17:00:08 +0000 (13:00 -0400)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 21 Oct 2019 09:17:30 +0000 (12:17 +0300)
No need to check for battery name, we already check if the WMI function is
available in huawei_wmi_battery_setup.

Fixes: 355a070b09ab ("platform/x86: huawei-wmi: Add battery charging thresholds")
Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/huawei-wmi.c

index 26041d44286a91ebdda2d88157e1190c188debf2..7373a65a61d3cca8c9f1531c936a68259dff5ece 100644 (file)
@@ -471,10 +471,6 @@ static DEVICE_ATTR_RW(charge_control_thresholds);
 
 static int huawei_wmi_battery_add(struct power_supply *battery)
 {
-       /* Huawei laptops come with one battery only */
-       if (strcmp(battery->desc->name, "BAT") != 1)
-               return -ENODEV;
-
        device_create_file(&battery->dev, &dev_attr_charge_control_start_threshold);
        device_create_file(&battery->dev, &dev_attr_charge_control_end_threshold);