Bug 78751 - sound/oss/mpu401.c:318: possible missing break ?
Summary: sound/oss/mpu401.c:318: possible missing break ?
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: other_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-23 07:10 UTC by David Binderman
Modified: 2014-06-23 07:10 UTC (History)
0 users

See Also:
Kernel Version: 3.16-rc2
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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;

Note You need to log in before you can comment on or make changes to this bug.