mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +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);
|
clevo_evaluate_set_keyboard_status(0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -431,6 +432,7 @@ int clevo_leds_resume(struct platform_device *dev)
|
||||||
clevo_evaluate_set_keyboard_status(1);
|
clevo_evaluate_set_keyboard_status(1);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue