Commit 034db4d
workqueue: use NR_STD_WORKER_POOLS instead of hardcoded value
use NR_STD_WORKER_POOLS for irq_work_fns[] array definition.
NR_STD_WORKER_POOLS is also 2, but better to use MACRO.
Initialization loop for_each_bh_worker_pool() also uses same MACRO.
Signed-off-by: Maninder Singh <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>1 parent c6890f3 commit 034db4d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7900 | 7900 | | |
7901 | 7901 | | |
7902 | 7902 | | |
7903 | | - | |
7904 | | - | |
| 7903 | + | |
| 7904 | + | |
7905 | 7905 | | |
7906 | 7906 | | |
7907 | 7907 | | |
| |||
0 commit comments