W1: w1_therm consistent mutex access code cleanup
authorDavid Fries <david@fries.net>
Thu, 16 Oct 2008 05:04:52 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:50 +0000 (11:21 -0700)
commite0d29c7699de723432da268748aefe9624fc8529
treeb33860ee0924c1a61436d7ac8a917de316648d33
parentfe3cb82364332b9db3b574e9e41de9c27eff470a
W1: w1_therm consistent mutex access code cleanup

sl->master->mutex and dev->mutex refer to the same mutex variable, but be
consistent and use the same set of pointers for the lock and unlock calls.
 It is less confusing (and one less pointer dereference this way).

Signed-off-by: David Fries <david@fries.net>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/w1/slaves/w1_therm.c