aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/power/cpupower/lib/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/lib/sysfs.c b/tools/power/cpupower/lib/sysfs.c
index 9a35456ba6b2..870713a75a81 100644
--- a/tools/power/cpupower/lib/sysfs.c
+++ b/tools/power/cpupower/lib/sysfs.c
@@ -17,7 +17,7 @@
17#include "cpufreq.h" 17#include "cpufreq.h"
18 18
19#define PATH_TO_CPU "/sys/devices/system/cpu/" 19#define PATH_TO_CPU "/sys/devices/system/cpu/"
20#define MAX_LINE_LEN 255 20#define MAX_LINE_LEN 4096
21#define SYSFS_PATH_MAX 255 21#define SYSFS_PATH_MAX 255
22 22
23 23