Commit 14e9a890 authored by Varun Prakash's avatar Varun Prakash Committed by Martin K. Petersen

scsi: csiostor: remove flush_scheduled_work()

flush_scheduled_work() is not required as csio_hw_exit_workers() calls
cancel_work_sync() for hw->evtq_work.
Signed-off-by: default avatarVarun Prakash <varun@chelsio.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 636db60b
...@@ -255,7 +255,6 @@ static void ...@@ -255,7 +255,6 @@ static void
csio_hw_exit_workers(struct csio_hw *hw) csio_hw_exit_workers(struct csio_hw *hw)
{ {
cancel_work_sync(&hw->evtq_work); cancel_work_sync(&hw->evtq_work);
flush_scheduled_work();
} }
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment