From: Johannes Berg Date: Fri, 25 Oct 2013 09:31:42 +0000 (+0200) Subject: mac80211: remove useless tests for array X-Git-Tag: v3.14-rc1~94^2~334^2^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f51e941bdd559775c80c137c355ce71efb49d7;p=pandora-kernel.git mac80211: remove useless tests for array Coverity points out that checking assoc_data->ie is completely useless since it's an array in the struct and can't be NULL - remove the useless checks. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed