Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289088
b: refs/heads/master
c: 5f01f7f
h: refs/heads/master
v: v3
  • Loading branch information
Szymon Janc authored and Greg Kroah-Hartman committed Feb 14, 2012
1 parent 0365702 commit 1ab6bb6
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: af5728e08afab1baeb97cc881e2d6158c69bae19
refs/heads/master: 5f01f7f301db567a7a2b99d012db1c408ce0e9de
5 changes: 3 additions & 2 deletions trunk/drivers/staging/quickstart/quickstart.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ static int quickstart_acpi_ghid(struct quickstart_acpi *quickstart)
quickstart->button->id = *(uint64_t *)buffer.pointer;
break;
default:
pr_err("%s GHID method returned buffer of unexpected length %u\n",
quickstart->button->name, buffer.length);
pr_err("%s GHID method returned buffer of unexpected length %lu\n",
quickstart->button->name,
(unsigned long)buffer.length);
ret = -EINVAL;
break;
}
Expand Down

0 comments on commit 1ab6bb6

Please sign in to comment.