]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
platform: x86: Deletion of checks before backlight_device_unregister()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 24 Nov 2014 19:30:29 +0000 (20:30 +0100)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 3 Dec 2014 18:10:14 +0000 (10:10 -0800)
The backlight_device_unregister() function tests whether its argument is NULL
and then returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
For msi-wmi.c:
Acked-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/asus-laptop.c
drivers/platform/x86/asus-wmi.c
drivers/platform/x86/eeepc-laptop.c
drivers/platform/x86/fujitsu-laptop.c
drivers/platform/x86/ideapad-laptop.c
drivers/platform/x86/intel_oaktrail.c
drivers/platform/x86/msi-wmi.c
drivers/platform/x86/sony-laptop.c
drivers/platform/x86/toshiba_acpi.c

index 7f4dc6f51f8afdf9df7984818585e10bf2047280..11fac1a3977a55dc8193cd7fd5d16aa2e4a1621d 100644 (file)
@@ -843,8 +843,7 @@ static int asus_backlight_init(struct asus_laptop *asus)
 
 static void asus_backlight_exit(struct asus_laptop *asus)
 {
-       if (asus->backlight_device)
-               backlight_device_unregister(asus->backlight_device);
+       backlight_device_unregister(asus->backlight_device);
        asus->backlight_device = NULL;
 }
 
index 21fc932da3a1461d35697cc2ee2c78085128b434..7543a56e0f4593c74fa74caee310a0ddbce4062c 100644 (file)
@@ -1308,8 +1308,7 @@ static int asus_wmi_backlight_init(struct asus_wmi *asus)
 
 static void asus_wmi_backlight_exit(struct asus_wmi *asus)
 {
-       if (asus->backlight_device)
-               backlight_device_unregister(asus->backlight_device);
+       backlight_device_unregister(asus->backlight_device);
 
        asus->backlight_device = NULL;
 }
index e4094b40a2829e44c00187a7ac839c9a6a4b9065..e5d50aa1e40fab6da38e8c38a0335f4786f39c8a 100644 (file)
@@ -1174,8 +1174,7 @@ static int eeepc_backlight_init(struct eeepc_laptop *eeepc)
 
 static void eeepc_backlight_exit(struct eeepc_laptop *eeepc)
 {
-       if (eeepc->backlight_device)
-               backlight_device_unregister(eeepc->backlight_device);
+       backlight_device_unregister(eeepc->backlight_device);
        eeepc->backlight_device = NULL;
 }
 
index 2655d4a988f36ae1ac18510b850d7b7b70a741ba..460715dcf7db9151495325870fd930788a2f1788 100644 (file)
@@ -1154,8 +1154,7 @@ fail_hotkey1:
 fail_hotkey:
        platform_driver_unregister(&fujitsupf_driver);
 fail_backlight:
-       if (fujitsu->bl_device)
-               backlight_device_unregister(fujitsu->bl_device);
+       backlight_device_unregister(fujitsu->bl_device);
 fail_sysfs_group:
        sysfs_remove_group(&fujitsu->pf_device->dev.kobj,
                           &fujitsupf_attribute_group);
@@ -1179,8 +1178,7 @@ static void __exit fujitsu_cleanup(void)
 
        platform_driver_unregister(&fujitsupf_driver);
 
-       if (fujitsu->bl_device)
-               backlight_device_unregister(fujitsu->bl_device);
+       backlight_device_unregister(fujitsu->bl_device);
 
        sysfs_remove_group(&fujitsu->pf_device->dev.kobj,
                           &fujitsupf_attribute_group);
index ed494f37c40f5b95d201c94a0bf9119c5b4b031f..31630612dd801a3993c36e88cdbbfcfdf22324c1 100644 (file)
@@ -729,8 +729,7 @@ static int ideapad_backlight_init(struct ideapad_private *priv)
 
 static void ideapad_backlight_exit(struct ideapad_private *priv)
 {
-       if (priv->blightdev)
-               backlight_device_unregister(priv->blightdev);
+       backlight_device_unregister(priv->blightdev);
        priv->blightdev = NULL;
 }
 
index 4bc96041678573ec89eed8cf8c0e185f7e53d864..0dd72cfb4426ffa991d3c9890d1d9bdb5b41c112 100644 (file)
@@ -271,8 +271,7 @@ static int oaktrail_backlight_init(void)
 
 static void oaktrail_backlight_exit(void)
 {
-       if (oaktrail_bl_device)
-               backlight_device_unregister(oaktrail_bl_device);
+       backlight_device_unregister(oaktrail_bl_device);
 }
 
 static int oaktrail_probe(struct platform_device *pdev)
index 70222f265f680db68f124e645102297c32c93064..6d2bac0c463cd41f17eef2e4cfe41e16cc4f2658 100644 (file)
@@ -354,8 +354,7 @@ static void __exit msi_wmi_exit(void)
                sparse_keymap_free(msi_wmi_input_dev);
                input_unregister_device(msi_wmi_input_dev);
        }
-       if (backlight)
-               backlight_device_unregister(backlight);
+       backlight_device_unregister(backlight);
 }
 
 module_init(msi_wmi_init);
index 26ad9ff12ac59f3dee03495a2e01f9b5489fc808..a48cdc77f1821d31a7d8a5912d120f98e3465eda 100644 (file)
@@ -3141,8 +3141,7 @@ static void sony_nc_backlight_setup(void)
 
 static void sony_nc_backlight_cleanup(void)
 {
-       if (sony_bl_props.dev)
-               backlight_device_unregister(sony_bl_props.dev);
+       backlight_device_unregister(sony_bl_props.dev);
 }
 
 static int sony_nc_add(struct acpi_device *device)
index 06362b7d3ad7fa770136ac640eab4b0d84cf7531..a3294690df376eacbd95628f6e57768347766891 100644 (file)
@@ -1797,8 +1797,7 @@ static int toshiba_acpi_remove(struct acpi_device *acpi_dev)
                rfkill_destroy(dev->bt_rfk);
        }
 
-       if (dev->backlight_dev)
-               backlight_device_unregister(dev->backlight_dev);
+       backlight_device_unregister(dev->backlight_dev);
 
        if (dev->illumination_supported)
                led_classdev_unregister(&dev->led_dev);