]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/oss/mpu401.c
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[karo-tx-linux.git] / sound / oss / mpu401.c
index 3bbc3ec5be823f23b91b6bf73a6b578bf43b9539..862735005b4318eff1cfb9ad7af95385c3f7a405 100644 (file)
@@ -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
@@ -972,7 +973,6 @@ int attach_mpu401(struct address_info *hw_config, struct module *owner)
        devc->m_busy = 0;
        devc->m_state = ST_INIT;
        devc->shared_irq = hw_config->always_detect;
-       devc->irq = hw_config->irq;
        spin_lock_init(&devc->lock);
 
        if (devc->irq < 0)