From: Johannes Berg Date: Thu, 31 Oct 2013 17:30:38 +0000 (+0100) Subject: iwlwifi: pcie: remove useless condition test X-Git-Tag: v3.14-rc1~94^2~482^2^2~10^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dde8c4837128aa840851bb0b547708868494198;p=pandora-kernel.git iwlwifi: pcie: remove useless condition test After wait_event_timeout(), the condition must still be true if it returns >0, in fact almost the last thing in it is checking the condition again. It's therefore not useful to check yet again in our code, clean it up. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed