Skip to content

Commit e2f51de

Browse files
authored
Merge pull request torvalds#172 from igoropaniuk/5.4.x+fslc
Update 5.4.x+fslc to v5.4.77 from stable
2 parents 7409186 + 9af38fd commit e2f51de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 5
33
PATCHLEVEL = 4
4-
SUBLEVEL = 76
4+
SUBLEVEL = 77
55
EXTRAVERSION =
66
NAME = Kleptomaniac Octopus
77

drivers/powercap/powercap_sys.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ static void create_power_zone_common_attributes(
367367
&dev_attr_max_energy_range_uj.attr;
368368
if (power_zone->ops->get_energy_uj) {
369369
if (power_zone->ops->reset_energy_uj)
370-
dev_attr_energy_uj.attr.mode = S_IWUSR | S_IRUGO;
370+
dev_attr_energy_uj.attr.mode = S_IWUSR | S_IRUSR;
371371
else
372-
dev_attr_energy_uj.attr.mode = S_IRUGO;
372+
dev_attr_energy_uj.attr.mode = S_IRUSR;
373373
power_zone->zone_dev_attrs[count++] =
374374
&dev_attr_energy_uj.attr;
375375
}

0 commit comments

Comments
 (0)