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

Commit be796937 authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

mhi: core: remove firmware loader worker thread



Remove unused firmware loader worker thread as MHI has moved
on to using pre-existing worker thread in order to serialize
the process.

Change-Id: I71349c97680ec1c0bf17e8f37ef8b046487a2b19
Signed-off-by: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent b3e94ded
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -346,7 +346,6 @@ struct mhi_controller {

	/* worker for different state transitions */
	struct work_struct st_worker;
	struct work_struct fw_worker;
	struct work_struct special_work;
	struct workqueue_struct *special_wq;