IB/qib: Don't use schedule_work()
It was mistakenly introduced by dde05cbdf8
("IB/qib: Hold links
until tuning data is available").
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
committed by
Roland Dreier
parent
1ea6b8f489
commit
042f36e156
@@ -5241,7 +5241,7 @@ static int qib_7322_ib_updown(struct qib_pportdata *ppd, int ibup, u64 ibcs)
|
|||||||
off */
|
off */
|
||||||
if (ppd->dd->flags & QIB_HAS_QSFP) {
|
if (ppd->dd->flags & QIB_HAS_QSFP) {
|
||||||
qd->t_insert = get_jiffies_64();
|
qd->t_insert = get_jiffies_64();
|
||||||
schedule_work(&qd->work);
|
queue_work(ib_wq, &qd->work);
|
||||||
}
|
}
|
||||||
spin_lock_irqsave(&ppd->sdma_lock, flags);
|
spin_lock_irqsave(&ppd->sdma_lock, flags);
|
||||||
if (__qib_sdma_running(ppd))
|
if (__qib_sdma_running(ppd))
|
||||||
|
Reference in New Issue
Block a user