Skip to content

Commit 042f36e

Browse files
Mike Marciniszynrolandd
authored andcommitted
IB/qib: Don't use schedule_work()
It was mistakenly introduced by dde05cb ("IB/qib: Hold links until tuning data is available"). Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
1 parent 1ea6b8f commit 042f36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/qib/qib_iba7322.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5241,7 +5241,7 @@ static int qib_7322_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs)
52415241
off */
52425242
if (ppd->dd->flags & QIB_HAS_QSFP) {
52435243
qd->t_insert = get_jiffies_64();
5244-
schedule_work(&qd->work);
5244+
queue_work(ib_wq, &qd->work);
52455245
}
52465246
spin_lock_irqsave(&ppd->sdma_lock, flags);
52475247
if (__qib_sdma_running(ppd))

0 commit comments

Comments
 (0)