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

Commit 64c2865c authored by Santosh Mardi's avatar Santosh Mardi Committed by Gerrit - the friendly Code Review server
Browse files

devfreq: suppress platform driver bind / unbind feature



devfreq_qcom_qoslat platform driver does not
support the manual bind / unbind feature through sysfs,
Suppress the bind / unbind calls using driver attribute.

Change-Id: I13a61826435e16849aeb15ebdaa792c849ba45c2
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 12007b0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ static struct platform_driver devfreq_qcom_qoslat_driver = {
	.driver = {
		.name		= "devfreq-qcom-qoslat",
		.of_match_table = devfreq_qoslat_match_table,
		.suppress_bind_attrs = true,
	},
};