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

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

Merge "scsi:ufs: make probe as async probe"

parents 1fb14a21 fcb48b97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2914,6 +2914,7 @@ static struct platform_driver ufs_qcom_pltform = {
		.name	= "ufshcd-qcom",
		.pm	= &ufs_qcom_pm_ops,
		.of_match_table = of_match_ptr(ufs_qcom_of_match),
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
};
module_platform_driver(ufs_qcom_pltform);