diff options
Diffstat (limited to 'drivers/hwmon/asus_atk0110.c')
-rw-r--r-- | drivers/hwmon/asus_atk0110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk0110.c index ae208f612198..cccef87963e0 100644 --- a/drivers/hwmon/asus_atk0110.c +++ b/drivers/hwmon/asus_atk0110.c | |||
@@ -688,7 +688,7 @@ static int atk_debugfs_gitm_get(void *p, u64 *val) | |||
688 | DEFINE_SIMPLE_ATTRIBUTE(atk_debugfs_gitm, | 688 | DEFINE_SIMPLE_ATTRIBUTE(atk_debugfs_gitm, |
689 | atk_debugfs_gitm_get, | 689 | atk_debugfs_gitm_get, |
690 | NULL, | 690 | NULL, |
691 | "0x%08llx\n") | 691 | "0x%08llx\n"); |
692 | 692 | ||
693 | static int atk_acpi_print(char *buf, size_t sz, union acpi_object *obj) | 693 | static int atk_acpi_print(char *buf, size_t sz, union acpi_object *obj) |
694 | { | 694 | { |