iwlwifi: trans: don't call the trans-specific ref/unref directly
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 30 Mar 2016 17:59:27 +0000 (20:59 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:14:45 +0000 (22:14 +0300)
It's cleaner to always call the iwl_trans_ref/unref() functions
instead of sometimes calling the trans-specific ops directly.  This
also prepares for moving some of the code from the trans-specific ops
to the common trans code.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>

No differences found