mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
drivers/platform/x86/dell-laptop.c: Remove some unneeded break statements
Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
parent
6fe6ae56a7
commit
fbd93bf4ff
@ -236,9 +236,7 @@ static void __init find_tokens(const struct dmi_header *dm, void *dummy)
|
|||||||
{
|
{
|
||||||
switch (dm->type) {
|
switch (dm->type) {
|
||||||
case 0xd4: /* Indexed IO */
|
case 0xd4: /* Indexed IO */
|
||||||
break;
|
|
||||||
case 0xd5: /* Protected Area Type 1 */
|
case 0xd5: /* Protected Area Type 1 */
|
||||||
break;
|
|
||||||
case 0xd6: /* Protected Area Type 2 */
|
case 0xd6: /* Protected Area Type 2 */
|
||||||
break;
|
break;
|
||||||
case 0xda: /* Calling interface */
|
case 0xda: /* Calling interface */
|
||||||
|
Loading…
Reference in New Issue
Block a user