larger sysfs data (>255 bytes) was truncated and thus used improperly --- lib/sysfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sysfs.c b/lib/sysfs.c index 4e0edab..24dd563 100644 --- a/lib/sysfs.c +++ b/lib/sysfs.c @@ -18,7 +18,7 @@ #include "cpufreq.h" #define PATH_TO_CPU "/sys/devices/system/cpu/" -#define MAX_LINE_LEN 255 +#define MAX_LINE_LEN 4096 #define SYSFS_PATH_MAX 255 /* helper function to read file from /sys into given buffer */ -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html