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

Commit 62dec451 authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Gerrit - the friendly Code Review server
Browse files

firmware_class: Add missing change during kernel upgrade



Add missing change for request_firmware_nowait so third party
drivers are able to load their firmware

Change-Id: Ic6b842a717bde9c2bc50a7c7845c7c50ac05be25
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent b7bf6d2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1555,6 +1555,7 @@ _request_firmware_nowait(

	get_device(desc->device);
	INIT_WORK(&desc->work, request_firmware_work_func);
	schedule_work(&desc->work);
	return 0;
}