USB: gadget: f_rmnet: flush work queue in unbind()
Pending work was not getting flushed properly resulting
in device crash during disconnect_work.
This fix issue by calling flush_workqueue to make sure
that any pending disconnect_work() from u_bam_data file
is being flushed before calling ipa data free in
unbind function.
Change-Id: Ia26f175cbae7477366ded085545417e6b6700e7b
Signed-off-by:
Chetan C R <cchinnad@codeaurora.org>
Loading
Please register or sign in to comment