Bug 78751

Summary: sound/oss/mpu401.c:318: possible missing break ?
Product: Other Reporter: David Binderman (dcb314)
Component: OtherAssignee: other_other
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.16-rc2 Subsystem:
Regression: No Bisected commit-id:

Description David Binderman 2014-06-23 07:10:09 UTC
[linux-3.16-rc2/sound/oss/mpu401.c:318] -> [linux-3.16-rc2/sound/oss/mpu401.c:325]: (warning) Variable 'm_state' is reassigned a value before the old one has been used. 'break;' missing?

                case 0xf6:
                    /* printk( "tune_request\n"); */
                    devc->m_state = ST_INIT;

                    /*
                     *    Real time messages
                     */
                case 0xf8:
                    /* midi clock */
                    devc->m_state = ST_INIT;
                    timer_ext_event(devc, TMR_CLOCK, 0);
                    break;