diff options
Diffstat (limited to 'sound/oss/mpu401.c')
-rw-r--r-- | sound/oss/mpu401.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/mpu401.c b/sound/oss/mpu401.c index a690ca57adb5..6c0a770ed054 100644 --- a/sound/oss/mpu401.c +++ b/sound/oss/mpu401.c | |||
@@ -1015,7 +1015,7 @@ int attach_mpu401(struct address_info *hw_config, struct module *owner) | |||
1015 | mpu401_chk_version(m, devc); | 1015 | mpu401_chk_version(m, devc); |
1016 | if (devc->version == 0) | 1016 | if (devc->version == 0) |
1017 | mpu401_chk_version(m, devc); | 1017 | mpu401_chk_version(m, devc); |
1018 | spin_unlock_irqrestore(&devc->lock,flags); | 1018 | spin_unlock_irqrestore(&devc->lock, flags); |
1019 | } | 1019 | } |
1020 | 1020 | ||
1021 | if (devc->version != 0) | 1021 | if (devc->version != 0) |