mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user