Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222985
b: refs/heads/master
c: 67fa38e
h: refs/heads/master
i:
  222983: d5c172d
v: v3
  • Loading branch information
Dmitry Torokhov authored and Matthew Garrett committed Nov 24, 2010
1 parent e33f734 commit 6f2e86f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1d37db77c1aa199ae9a4114af7c0412c8417e949
refs/heads/master: 67fa38ec097a3e270ab175636338185017b49fa7
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/eeepc-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ static void eeepc_wmi_notify(u32 value, void *context)
kfree(obj);
}

static int store_cpufv(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)
static ssize_t store_cpufv(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)
{
int value;
struct acpi_buffer input = { (acpi_size)sizeof(value), &value };
Expand Down

0 comments on commit 6f2e86f

Please sign in to comment.