Skip to content

Commit

Permalink
mpu401: reindent misindented spinlock
Browse files Browse the repository at this point in the history
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Ilpo Järvinen authored and Jaroslav Kysela committed Aug 19, 2008
1 parent 0fdeb15 commit f329bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/oss/mpu401.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f329bdd

Please sign in to comment.