Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252850
b: refs/heads/master
c: 4686f6d
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Matthew Garrett committed May 27, 2011
1 parent b3bdfb8 commit 1d1575f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 9ab23989d3e774f4545c83eeab0137e35f7115be
refs/heads/master: 4686f6df69c5bca5ea795e01048d32f6eed07ba7
5 changes: 3 additions & 2 deletions trunk/drivers/platform/x86/intel_menlow.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* to get/set bandwidth.
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
Expand Down Expand Up @@ -135,8 +137,7 @@ static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev,
acpi_evaluate_integer(handle, MEMORY_SET_BANDWIDTH, &arg_list,
&temp);

printk(KERN_INFO
"Bandwidth value was %ld: status is %d\n", state, status);
pr_info("Bandwidth value was %ld: status is %d\n", state, status);
if (ACPI_FAILURE(status))
return -EFAULT;

Expand Down

0 comments on commit 1d1575f

Please sign in to comment.