commit | 0b0df6f2079e731c44226a0673b07a166509a5de | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Dec 15 20:55:28 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Dec 15 20:55:28 2006 -0800 |
tree | 2ed1fc00c793b45fbb9c67afd6359efb202b3e99 | |
parent | 82da703ee685b69b921b20eb76b50e519ca9956c [diff] |
IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() 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>