commit | 1f644da7e920cb83403818efa88ebfb6d1528264 | [log] [tgz] |
---|---|---|
author | Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> | Thu Jan 11 16:40:35 2018 +0530 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jan 16 17:24:15 2018 +0200 |
tree | f847df630f2decf45cf1d156af4e59df36b9c2b9 | |
parent | 2854a0aa822c11ea8538ebfe94a62e20ab570e2b [diff] |
platform/x86: intel_pmc_core: Fix file permission warnings Symbolic permissions 'S_IRUGO' are not preferred. This patch changes the debugfs files to use octal permissions '0644' or '0444' as needed by the attribute. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>