From: Ulrich Kunitz Date: Wed, 13 Sep 2006 01:41:35 +0000 (+0100) Subject: [PATCH] zd1211rw: Removes wrong assertions X-Git-Tag: v2.6.19-rc1~897^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44976c66bb2b44e4cf29a259a0cd6adadf8eb031;p=pandora-kernel.git [PATCH] zd1211rw: Removes wrong assertions 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 Signed-off-by: Daniel Drake Signed-off-by: John W. Linville --- Reading git-diff-tree failed