x86/platform/atom: Re-use DEFINE_SHOW_ATTRIBUTE() macro
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 14 Feb 2018 15:43:16 +0000 (17:43 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 16 Feb 2018 09:10:14 +0000 (10:10 +0100)
commit3130451e270960065e8de684c60b898e970c940c
tree6e2e0da85e27d86209b1cd70f5c9245eb45c7c66
parente525de3ab04621d227330aa82cd4073c0b0f3579
x86/platform/atom: Re-use DEFINE_SHOW_ATTRIBUTE() macro

...instead of open coding file operations followed by custom ->open()
callbacks per each attribute.

While here, replace permissions by explicit octal value.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20180214154317.52290-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/platform/atom/punit_atom_debug.c