mpu401: reindent misindented spinlock

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Ilpo Järvinen 2008-08-19 10:56:33 +03:00 committed by Jaroslav Kysela
parent 0fdeb15156
commit f329bdd439
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ int attach_mpu401(struct address_info *hw_config, struct module *owner)
mpu401_chk_version(m, devc);
if (devc->version == 0)
mpu401_chk_version(m, devc);
spin_unlock_irqrestore(&devc->lock,flags);
spin_unlock_irqrestore(&devc->lock, flags);
}
if (devc->version != 0)