diff options
-rw-r--r-- | drivers/misc/intel_menlow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/intel_menlow.c b/drivers/misc/intel_menlow.c index a78274385d54..e00a2756e97e 100644 --- a/drivers/misc/intel_menlow.c +++ b/drivers/misc/intel_menlow.c | |||
@@ -104,7 +104,7 @@ static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev, | |||
104 | if (ACPI_FAILURE(status)) | 104 | if (ACPI_FAILURE(status)) |
105 | return -EFAULT; | 105 | return -EFAULT; |
106 | 106 | ||
107 | return sprintf(buf, "%ld\n", value); | 107 | return sprintf(buf, "%llu\n", value); |
108 | } | 108 | } |
109 | 109 | ||
110 | static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, | 110 | static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, |