From: Johannes Berg Date: Fri, 29 Jun 2012 12:24:12 +0000 (+0200) Subject: iwlwifi: remove unneeded NULL check X-Git-Tag: v3.6-rc1~125^2~57^2~207^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd408b33363035275403cfaadf2683d8c8e22dd7;p=pandora-kernel.git iwlwifi: remove unneeded NULL check There's no need to check trans for non-null here as it has already been checked in the caller. This fixes an smatch warning that we check after having dereferenced it. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed