commit | bd408b33363035275403cfaadf2683d8c8e22dd7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jun 29 14:24:12 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 03 14:03:14 2012 +0200 |
tree | 6ef8313d8d954231812be69fda1f3e5844e96363 | |
parent | 346c265a48169d73a69c88ce9d6b65e6bb3b1f20 [diff] |
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 <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>