Commit 6fef7ed
committed
scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()
Calling cpumask_next_wrap_old() with starting CPU equal to wrapping CPU
is the same as request to find next CPU, wrapping around if needed.
cpumask_next_wrap() is the proper replacement for that.
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>1 parent 0cad409 commit 6fef7ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12873 | 12873 | | |
12874 | 12874 | | |
12875 | 12875 | | |
12876 | | - | |
| 12876 | + | |
12877 | 12877 | | |
12878 | 12878 | | |
12879 | 12879 | | |
| |||
0 commit comments