]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00f112ce40c3e98a9744fa79e1d489c4aa58c47e
tree551074c0e1b9cfd6e09b1be42c2dd13a22f28ab6
parenta2dcb4f3888d05c7b556897a55f53f9d3e158f4b
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