mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
media: mceusb: add missing break
Fallthrough is not intended here. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
d4589935eb
commit
e708e5a44d
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ static int mceusb_cmd_datasize(u8 cmd, u8 subcmd)
|
|||
datasize = 1;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case MCE_CMD_PORT_IR:
|
||||
switch (subcmd) {
|
||||
case MCE_CMD_UNKNOWN:
|
||||
|
|
Loading…
Add table
Reference in a new issue