Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117410
b: refs/heads/master
c: eb83f49
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Oct 23, 2008
1 parent beb7b6a commit f161dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 057316cc6a5b521b332a1d7ccc871cd60c904c74
refs/heads/master: eb83f493ab9f8bd09fb7a99ae6ae565e92470491
2 changes: 1 addition & 1 deletion trunk/drivers/misc/intel_menlow.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev,
if (ACPI_FAILURE(status))
return -EFAULT;

return sprintf(buf, "%ld\n", value);
return sprintf(buf, "%llu\n", value);
}

static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev,
Expand Down

0 comments on commit f161dda

Please sign in to comment.