mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-14 19:24:00 +01:00
Fix "error: label at end of compound statement"
This commit is contained in:
parent
f6f547870c
commit
fe7aebc243
|
@ -418,6 +418,7 @@ int clevo_leds_suspend(struct platform_device *dev)
|
|||
clevo_evaluate_set_keyboard_status(0);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
@ -431,6 +432,7 @@ int clevo_leds_resume(struct platform_device *dev)
|
|||
clevo_evaluate_set_keyboard_status(1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue