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

Commit 81d72e0e authored by Sumeet Sahu's avatar Sumeet Sahu
Browse files

drivers: net: can: Add probe type ASYNC for qti-can



Add probe type as PROBE_PREFER_ASYNCHRONOUS for
qti-can driver to improve the boot time and
unblock other drivers probe for getting delayed.

Change-Id: I701c444f493828fe3fd63c5cc28207bdcb20d357
Signed-off-by: default avatarSumeet Sahu <sumesahu@codeaurora.org>
parent c6fd0025
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1526,6 +1526,7 @@ static struct spi_driver qti_can_driver = {
#ifdef CONFIG_PM
		.pm = &qti_can_dev_pm_ops,
#endif
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
	.probe = qti_can_probe,
	.remove = qti_can_remove,