iwlwifi: remove unneeded NULL check
authorJohannes Berg <johannes.berg@intel.com>
Fri, 29 Jun 2012 12:24:12 +0000 (14:24 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 3 Jul 2012 12:03:14 +0000 (14:03 +0200)
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found