On Thu, Apr 20, 2023 at 09:48:08AM -1000, Tejun Heo wrote: > 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@xxxxxxxxxx> > Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/hw.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to for-next, thanks Jason