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

Commit 59eeb5eb 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 5ebcda44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1732,6 +1732,7 @@ static struct platform_driver lpm_driver = {
	.driver = {
		.name = "lpm-levels",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = lpm_mtch_tbl,
	},
};