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

Commit 84cca6ff authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb_bam: make probe as async probe"

parents 82af5378 fc064604
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,
	},
};