Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ecc660e authored by Rick Farrington's avatar Rick Farrington Committed by David S. Miller
Browse files

liquidio: remove unnecessary delay when processing IQ responses

parent 2930942e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -459,7 +459,7 @@ lio_process_iq_request_list(struct octeon_device *oct,

	if (atomic_read(&oct->response_list
			[OCTEON_ORDERED_SC_LIST].pending_req_count))
		queue_delayed_work(cwq->wq, &cwq->wk.work, msecs_to_jiffies(1));
		queue_work(cwq->wq, &cwq->wk.work.work);

	return inst_count;
}