mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Fix uninitialized var
This commit is contained in:
parent
d2ed92cb07
commit
619d4e22fd
|
@ -252,7 +252,7 @@ EXPORT_SYMBOL(uniwill_leds_init_late);
|
|||
int uniwill_leds_remove(struct platform_device *dev)
|
||||
{
|
||||
// FIXME Use mutexes
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
if (uw_leds_initialized) {
|
||||
uw_leds_initialized = false;
|
||||
|
|
Loading…
Reference in a new issue