Skip to content

Commit e9345ec

Browse files
committed
Merge tag 'v5.4.77' into linux-5.4-at91
This is the 5.4.77 stable release
2 parents 78b09a0 + 2544d06 commit e9345ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = -linux4sam-2020.10-rc3
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)