mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Merge pull request #187 from munix9/fix-label-at-end-of-compound-statement
Fix "error: label at end of compound statement"
This commit is contained in:
commit
aa56acd15c
|
@ -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