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

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

Merge "cpufreq: persistent_stats: make enable node writable only by root"

parents 1500db02 fa7c796b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ static struct kobj_attribute reset_attr =
	__ATTR(reset, 0220, NULL, store_reset);

static struct kobj_attribute enable_attr =
	__ATTR(enable, S_IRUGO|S_IWUGO, show_enabled, store_enable);
	__ATTR(enable, S_IRUGO|S_IWUSR, show_enabled, store_enable);

static int create_persistent_stats_groups(void)
{