commit | 2681f15d94b1a01d60acc313c6b61688209c9c2d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Nov 20 13:48:15 2019 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Mar 27 08:12:53 2020 +0200 |
tree | 304c97c331f027d0e2ee2bd2204aef3e60630384 | |
parent | b0d8d2c27007daa6125842dd0f797efe38a54b00 [diff] |
iwlwifi: remove IWL_FW_DBG_DOMAIN macro This is used to initialize the default value, but refers back to the value itself, essentially leading to a val = val assignment at init time ... that's useless, remove it and use _NODEF. Change-Id: I725923016563c34ce2fa057bf7c12984e1041c49 Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>