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:
82da703
)
IB/mthca: Use DEFINE_MUTEX() instead of mutex_init()
author
Roland Dreier
<rolandd@cisco.com>
Sat, 16 Dec 2006 04:55:28 +0000
(20:55 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Sat, 16 Dec 2006 04:55:28 +0000
(20:55 -0800)
mthca_device_mutex() can be initialized automatically with
DEFINE_MUTEX() rather than explicitly calling mutex_init(). This
saves a bit of text and shrinks the source by a line, so we may as
well do it....
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found