Here's the second installment cleaning up some things in the eeepc laptop driver. This depends on "eeepc-laptop: simplify parse_arg()". For those interested, I keep a copy based on Darren's testing branch on github: https://github.com/fransklaver/linux.git tags/eeepc_cleanup_v2 v1..v2: - squash coding style fixes - drop patch moving to file permission macros, in favor of - move towards better sysfs api usage - drop changes to existing sysfs return values Frans Klaver (9): eeepc-laptop: clean up coding style eeepc-laptop: change sysfs function names to API expectations eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributes eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macros eeepc-laptop: tell sysfs that the disp attribute is write-only eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macros eeepc-laptop: make fan1_input really read-only eeepc-laptop: check proper return values in get_cpufv eeepc-laptop: store_cpufv: return error if set_acpi fails drivers/platform/x86/eeepc-laptop.c | 117 ++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 58 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html