[PATCH] zd1211rw: Removes wrong assertions
authorUlrich Kunitz <kune@deine-taler.de>
Wed, 13 Sep 2006 01:41:35 +0000 (02:41 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Sep 2006 20:52:17 +0000 (16:52 -0400)
Checking whether a mutex is not locked directly before
mutex_lock() is called, doesn't make sense. The whole point of
mutex_lock() is to block, if the mutex is locked.

Signed-off-by: Ulrich Kunitz <kune@deine-taler.de>
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found