From: Jean Delvare Date: Tue, 8 May 2007 15:21:59 +0000 (+0200) Subject: hwmon/smsc47m1: Get rid of a useless mutex X-Git-Tag: v2.6.22-rc1~351^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e183fd0425a917d9c1453041ef88f3610c0f01;p=pandora-kernel.git 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 --- Reading git-diff-tree failed