diff options
author | Damien Le Moal <[email protected]> | 2023-09-12 08:27:44 +0900 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-09-21 21:39:47 -0400 |
commit | 205430290ad0b8f06924393eb9275e65392c86f3 (patch) | |
tree | 2b8170e4cb8ff0d36ae08d5c8ef948c7c006c417 /net/lapb/lapb_out.c | |
parent | efa1fca45082c75061a53fa58ca69468f407291c (diff) |
scsi: pm8001: Remove PM8001_USE_TASKLET
Remove the macro PM8001_USE_TASKLET used to conditionally use tasklets for
MSI-X interrupts handling and replace it with the boolean module parameter
pm8001_use_tasklet. This parameter defaults to true and can be true only if
pm8001_use_msix is also true.
Code conditionnaly defined with PM8001_USE_TASKLET is modified to instead
use the parameter pm8001_use_tasklet.
Signed-off-by: Damien Le Moal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Jack Wang <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions