Commit f329bdd4 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Jaroslav Kysela

mpu401: reindent misindented spinlock

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 0fdeb151
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment