You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sound: oss: mpu401.c: Cleaning up missing break in a case
Added a missed break in a case statement This was found using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
b245a822a4
commit
21d7216ca2
@@ -316,6 +316,7 @@ static int mpu_input_scanner(struct mpu_config *devc, unsigned char midic)
|
||||
case 0xf6:
|
||||
/* printk( "tune_request\n"); */
|
||||
devc->m_state = ST_INIT;
|
||||
break;
|
||||
|
||||
/*
|
||||
* Real time messages
|
||||
|
||||
Reference in New Issue
Block a user