diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-08-19 03:56:33 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-19 04:02:53 -0400 |
commit | f329bdd439aa24d03dca75cdb3027372ddf691b0 (patch) | |
tree | fd2c315f9038297dd94d295983b5ca15502614db /sound/oss | |
parent | 0fdeb15156536030d62b843ceeee3249d8b288d0 (diff) |
mpu401: reindent misindented spinlock
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/oss')
-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) |