|
@@ -1867,7 +1867,7 @@ int ipa3_teardown_sys_pipe(u32 clnt_hdl)
|
|
|
if (ep->sys->repl_wq)
|
|
|
flush_workqueue(ep->sys->repl_wq);
|
|
|
|
|
|
- if(ep->sys->common_sys) {
|
|
|
+ if (ep->sys->repl_hdlr == ipa3_replenish_rx_page_recycle) {
|
|
|
cancel_delayed_work_sync(&ep->sys->common_sys->freepage_work);
|
|
|
tasklet_kill(&ep->sys->common_sys->tasklet_find_freepage);
|
|
|
}
|