From: John Linville Date: Mon, 19 Jan 2015 19:02:21 +0000 (-0500) Subject: ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cb X-Git-Tag: fixes-v4.0-rc1~150^2~130^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811c69e63a85223dfd865443fde21d8c60569a58;p=pandora-kernel.git ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cb This clause is conditioned on htc_hdr != NULL, but it will only be NULL when that check is reached. Coverity: CID 114318 Signed-off-by: John W. Linville Signed-off-by: Kalle Valo --- Reading git-diff-tree failed