diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-09-29 22:25:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-29 23:02:55 +0200 |
commit | e4ff7d6b8cee30a823347df8651444f8fa20b320 (patch) | |
tree | b892b62a1fbfa0647b06499929f8633328f5cb50 /drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h | |
parent | net: brcmfmac: Convey allocation mode as argument (diff) | |
download | linux-e4ff7d6b8cee30a823347df8651444f8fa20b320.tar.xz linux-e4ff7d6b8cee30a823347df8651444f8fa20b320.zip |
net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
The usage of in_interrupt() in non-core code is phased out.
The debugging macros in these drivers use in_interrupt() to print 'I' or
'U' depending on the return value of in_interrupt(). While 'U' is confusing
at best and 'I' is not really describing the actual context (hard interupt,
soft interrupt, bottom half disabled section) these debug macros originate
from the pre ftrace kernel era and their value today is questionable. They
probably should be removed completely.
The macros weere added initially for ipw2100 and then spreaded when the
driver was forked.
Remove the in_interrupt() usage at least..
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h')
0 files changed, 0 insertions, 0 deletions