diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2020-09-29 22:25:29 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-09-29 14:02:54 -0700 |
| commit | 911b8eacd738d67a43fd8b6359443ab15cc3b082 (patch) | |
| tree | 73cef5566b5d95f4dbb7b770abc741d1c781b140 /tools/perf/scripts/python | |
| parent | 77afca296fe328c94bfedc031c00e0231bf8b395 (diff) | |
net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
in_interrupt() is ill defined and does not provide what the name
suggests. The usage especially in driver code is deprecated and
a tree wide effort to clean up and consolidate the (ab)usage of
in_interrupt() and related checks is happening.
handle_regs_int() is always invoked as part of URB callback which is either
invoked from hard or soft interrupt context.
Remove the magic assertion.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Kalle Valo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions