ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call
authorTejun Heo <tj@kernel.org>
Mon, 5 Feb 2024 23:53:54 +0000 (13:53 -1000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 26 Feb 2024 20:55:11 +0000 (21:55 +0100)
commit42683294cc0a9ba010de5d978fd23fd1e778b192
treed17bfc9f9e51bf305b5198d2609cb38591b0f804
parent36cc392d1ae142e82b38d137daaac282dd1aced1
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 <tj@kernel.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Message-ID: <ZcF1El7fn5xkeoB1@slm.duckdns.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/ca8210.c