diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2018-09-10 11:20:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-09-10 19:35:46 +0200 |
commit | ed194d1367698a0872a2b75bbe06b3932ce9df3a (patch) | |
tree | 74733668ae8a526023e7be641b77ad562d387e9b /tools/perf/scripts/python/stat-cpi.py | |
parent | 3f3ff6e0d881366bf7721fd5cf36c16068107138 (diff) |
usb: core: remove local_irq_save() around ->complete() handler
The core disabled interrupts before invocation the ->complete handler
because the handler might have expected that interrupts are disabled.
All handlers were audited and use proper locking now. With it, the core
code no longer needs to disable interrupts before invoking the
->complete handler.
Remove local_irq_save() statement before invoking the ->complete
handler.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions