git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eccbb6
)
hwmon/smsc47m1: Get rid of a useless mutex
author
Jean Delvare
<khali@linux-fr.org>
Tue, 8 May 2007 15:21:59 +0000
(17:21 +0200)
committer
Jean Delvare
<khali@hyperion.delvare>
Tue, 8 May 2007 15:21:59 +0000
(17:21 +0200)
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>
No differences found