hwmon/smsc47m1: Get rid of a useless mutex
authorJean Delvare <khali@linux-fr.org>
Tue, 8 May 2007 15:21:59 +0000 (17:21 +0200)
committerJean Delvare <khali@hyperion.delvare>
Tue, 8 May 2007 15:21:59 +0000 (17:21 +0200)
commit94e183fd0425a917d9c1453041ef88f3610c0f01
treebbf098e0b4244fcca76a2f99373888804a3e018f
parent8eccbb6fb97a5b54a9db166399f0d24f33114522
hwmon/smsc47m1: Get rid of a useless mutex

The smsc47m1 driver uses a mutex to protect the accesses to the
hardware registers. It really doesn't need any protection, as the
register space is flat. Get rid of that mutex for a smaller and
faster driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/smsc47m1.c