mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fixed missing variable rename
This commit is contained in:
parent
b9b3c12b64
commit
965e37a5c6
|
@ -321,7 +321,7 @@ int clevo_leds_init(struct platform_device *dev)
|
|||
EXPORT_SYMBOL(clevo_leds_init);
|
||||
|
||||
int clevo_leds_remove(struct platform_device *dev) {
|
||||
if (leds_initiaized) {
|
||||
if (leds_initialized) {
|
||||
if (clevo_kb_backlight_type == CLEVO_KB_BACKLIGHT_TYPE_FIXED_COLOR) {
|
||||
led_classdev_unregister(&clevo_led_cdev);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue