commit | a8fe342856e5bce71a43201eb2870bd059483d2f | [log] [tgz] |
---|---|---|
author | Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> | Fri Apr 21 22:19:45 2017 -0400 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Apr 28 21:52:24 2017 +0300 |
tree | a350c416ca83c028512d98ac94ae4c8ee5c5933b | |
parent | f9ac89f5ad613b462339e845aeb8494646fd9be2 [diff] |
platform/x86: asus-wmi: fix cpufv sysfs file permission The cpufv sysfs file is defined as readable by anyone even if the attribute does not have a show function. The result of every read is an IO error. This file should be write only. Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>