diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2020-11-16 17:21:16 +0100 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2020-11-18 16:43:59 -0800 |
| commit | 2de680dea6a888271087521a9501a74af57fa076 (patch) | |
| tree | ff45981fe756f42c893c2176adb2e821f84af4d9 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | f2bcc2fa275b913093ff5b403be5d11342fdb055 (diff) | |
atm: lanai: Remove in_interrupt() usage
lanai_shutdown_tx_vci() uses in_interrupt() to issue a warning message
if the function was used in context in which it is not safe to sleep.
The usage of in_interrupt() in driver code is deprecated as it can not always
detect all states where it is not allowed to sleep.
msleep() has debug code which will trigger a warning if used in bad
context.
Remove in_interrupt().
Cc: Chas Williams <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions