liquidio: remove unnecessary delay when processing IQ responses

Signed-off-by: Rick Farrington <ricardo.farrington@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Rick Farrington 2018-08-28 11:19:54 -07:00 committed by David S. Miller
parent 2930942e0a
commit 9ecc660ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}