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

Commit 9f689085 authored by Maulik Shah's avatar Maulik Shah
Browse files

cpuidle: lpm-levels: Suppress driver bind/unbind feature



LPM driver do not support bind/unbind using sysfs.
Set suppress bind attribute to disallow this.

Change-Id: If5719a89ed26ece88a8809f5a2b4aa30b3d98226
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent 277c286c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1777,6 +1777,7 @@ static struct platform_driver lpm_driver = {
	.driver = {
	.driver = {
		.name = "lpm-levels",
		.name = "lpm-levels",
		.owner = THIS_MODULE,
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = lpm_mtch_tbl,
		.of_match_table = lpm_mtch_tbl,
	},
	},
};
};