Skip to content

Commit

Permalink
sound: oss: mpu401.c: Cleaning up missing break in a case
Browse files Browse the repository at this point in the history
Added a missed break in a case statement

This was found using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Rickard Strandqvist authored and tiwai committed Jun 24, 2014
1 parent b245a82 commit 21d7216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/oss/mpu401.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21d7216

Please sign in to comment.