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

Commit fc064604 authored by Lei wang's avatar Lei wang Committed by Gerrit - the friendly Code Review server
Browse files

usb_bam: make probe as async probe



Make usb_bam probe asynchronously to improve
the booting time.

Change-Id: I70a27dcb02633af8968016988b50964d3fcb4865
Signed-off-by: default avatarLei wang <leiwan@codeaurora.org>
parent f52266e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1813,6 +1813,7 @@ static struct platform_driver usb_bam_driver = {
	.driver = {
		.name	= "usb_bam",
		.of_match_table = usb_bam_dt_match,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
};