diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-05 02:21:30 +0100 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2018-03-02 10:20:03 +0200 |
commit | de655fa8fb237d0eaf838e8833b464c1dec90070 (patch) | |
tree | c247982b5b7d576b8bb27c8d8cd23ca11e7f8261 /drivers/net/wireless/rayctl.h | |
parent | 6508de0305d560235b366cc2cc98f7bcfb029e92 (diff) |
iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default
'default false' should be 'default n', though they happen to have the
same effect here, due to undefined symbols ('false' in this case)
evaluating to n in a tristate sense.
Remove the default instead of changing it. bool and tristate symbols
implicitly default to n.
Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/rayctl.h')
0 files changed, 0 insertions, 0 deletions