diff options
author | 2020-09-29 22:25:41 +0200 | |
---|---|---|
committer | 2020-09-29 14:02:55 -0700 | |
commit | 8faee70181dafdcc48449e98adf1edc645f965b0 (patch) | |
tree | b5f4dd1190034f0807bde90856cccf7ea102cb67 /tools/perf/scripts/python | |
parent | net: mwifiex: Use netif_rx_any_context(). (diff) | |
download | wireguard-linux-8faee70181dafdcc48449e98adf1edc645f965b0.tar.xz wireguard-linux-8faee70181dafdcc48449e98adf1edc645f965b0.zip |
net: libertas libertas_tf: Remove in_interrupt() from debug macro.
The debug macro prints (INT) when in_interrupt() returns true. The value of
this information is dubious as it does not distinguish between the various
contexts which are covered by in_interrupt().
As the usage of in_interrupt() in drivers is phased out and the same
information can be more precisely obtained with tracing, remove the
in_interrupt() conditional from this debug printk.
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions