From: Zhao, Gang Date: Wed, 19 Mar 2014 09:04:35 +0000 (+0800) Subject: cfg80211: remove unnecessary check X-Git-Tag: v3.15-rc1~113^2~93^2^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da64622131b6b0cd1211e220dc88cc15007b59d;p=pandora-kernel.git cfg80211: remove unnecessary check RCU pointer bss->pub.beacon_ies is checked before in previous statement: if (rcu_access_pointer(bss->pub.beacon_ies)) continue; There is no need to check it twice(and in the wrong way :) ). Signed-off-by: Zhao, Gang Signed-off-by: Johannes Berg --- Reading git-diff-tree failed