diff options
author | Maurizio Lombardi <mlombard@redhat.com> | 2021-05-31 15:13:26 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-06-01 05:59:13 +0300 |
commit | 515da6f4295c2c42b8c54572cce3d2dd1167c41e (patch) | |
tree | 8eb5167cddd810a04118d9edf4f5edbfc613ed63 /drivers/mfd/twl-core.h | |
parent | 2ef7665dfd88830f15415ba007c7c9a46be7acd8 (diff) | |
download | linux-515da6f4295c2c42b8c54572cce3d2dd1167c41e.tar.xz |
scsi: target: core: Fix warning on realtime kernels
On realtime kernels, spin_lock_irq*(spinlock_t) do not disable the
interrupts, a call to irqs_disabled() will return false thus firing a
warning in __transport_wait_for_tasks().
Remove the warning and also replace assert_spin_locked() with
lockdep_assert_held()
Link: https://lore.kernel.org/r/20210531121326.3649-1-mlombard@redhat.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/mfd/twl-core.h')
0 files changed, 0 insertions, 0 deletions