Commit 4268329
ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call
Workqueue is in the process of cleaning up the distinction between unbound
workqueues w/ @nr_active==1 and ordered workqueues. Explicit WQ_UNBOUND
isn't needed for alloc_ordered_workqueue() and will trigger a warning in the
future. Let's remove it. This doesn't cause any functional changes.
Signed-off-by: Tejun Heo <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Stefan Schmidt <[email protected]>1 parent 36cc392 commit 4268329
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2857 | 2857 | | |
2858 | 2858 | | |
2859 | 2859 | | |
2860 | | - | |
2861 | | - | |
2862 | | - | |
2863 | | - | |
| 2860 | + | |
2864 | 2861 | | |
2865 | 2862 | | |
2866 | 2863 | | |
2867 | 2864 | | |
2868 | 2865 | | |
2869 | | - | |
2870 | | - | |
2871 | | - | |
2872 | | - | |
| 2866 | + | |
2873 | 2867 | | |
2874 | 2868 | | |
2875 | 2869 | | |
| |||
0 commit comments