iwlwifi: pcie: remove superfluous trans->dev assignment
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Feb 2017 15:42:10 +0000 (16:42 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 25 Apr 2017 19:48:37 +0000 (22:48 +0300)
commitb0fa818e6c5f48bfbc3dfe1317754390b88446c1
treed6637382bd15d46114fdce736e00715ccdb7cc7b
parent0fc9bf7add0f2d1a370c688dabc9846ad187c044
iwlwifi: pcie: remove superfluous trans->dev assignment

This struct member is already assigned in the previous
call to iwl_trans_alloc(), so assigning the same value
again is superfluous - remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c