mutex: small cleanup
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 14 Jan 2009 14:32:51 +0000 (15:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 14 Jan 2009 17:08:58 +0000 (18:08 +0100)
commit93d81d1aca26e64a75d06a85f7e128b5f49053e7
tree760e65b9170ef90d1a2824ddd1e33ad70043e8ca
parenta6525042bfdfcab128bd91fad264de10fd24a55e
mutex: small cleanup

Remove a local variable by combining an assingment and test in one.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/mutex.c