platform/x86: thinkpad_acpi: Drop duplicate check for led_classdev_unregister()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 May 2020 16:37:23 +0000 (19:37 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 May 2020 17:14:24 +0000 (20:14 +0300)
commit41f800466f0e284cb1dce91e27f9506165f67d65
treea411a2e98ea6f19b706132bfb2f24ebb31d4bc4d
parenta87406c554d11e8ec4830cc5d646c7d4df71eb0b
platform/x86: thinkpad_acpi: Drop duplicate check for led_classdev_unregister()

led_classdev_unregister() already has the similar check, so,
drop a duplicate in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/thinkpad_acpi.c