projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b245a82
)
sound: oss: mpu401.c: Cleaning up missing break in a case
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Tue, 24 Jun 2014 10:49:35 +0000
(12:49 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 24 Jun 2014 12:16:58 +0000
(14:16 +0200)
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>
sound/oss/mpu401.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/oss/mpu401.c
b/sound/oss/mpu401.c
index 3bbc3ec5be823f23b91b6bf73a6b578bf43b9539..f1c1dc3ada25d1ef61731e8f9a2145ff7c3e04ae 100644
(file)
--- a/
sound/oss/mpu401.c
+++ b/
sound/oss/mpu401.c
@@
-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