iwlwifi: Remove use of the deprecacted PTR_RET
authorNicholas Krause <xerofoify@gmail.com>
Sun, 24 May 2015 00:53:21 +0000 (20:53 -0400)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 28 May 2015 10:32:33 +0000 (13:32 +0300)
commitb8c474d9c51443ed67336ac89450de44dccee6c0
tree551074c0e1b9cfd6e09b1be42c2dd13a22f28ab6
parentc779273b37bec14c33feeab11c4d457a24bc64e0
iwlwifi: Remove use of the deprecacted PTR_RET

This removes the use of the two deprecated calls to the
macro PTR_RET in iwl_mvm_get_regdomain and replaces them
both to PTR_ERR_OR_ZERO.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
[Commit message editing]
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c