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

Commit d598874f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: nfc: make nq-nci probe as async probe"

parents a71b4b38 efad585a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1206,6 +1206,7 @@ static struct i2c_driver nqx = {
		.owner = THIS_MODULE,
		.name = "nq-nci",
		.of_match_table = msm_match_table,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
		.pm = &nfc_pm_ops,
	},
};