Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9917
b: refs/heads/master
c: 5cc9eee
h: refs/heads/master
i:
  9915: 2cc741f
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Oct 18, 2005
1 parent 772b33a commit 5f4ece2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 9ac0b9c1927228a38a71216536176af8811a435a
refs/heads/master: 5cc9eeef9a9567acdfc2f6943f24381bf460f008
5 changes: 2 additions & 3 deletions trunk/drivers/acpi/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ acpi_system_read_event(struct file *file, char __user * buffer, size_t count,
return_VALUE(-EAGAIN);

result = acpi_bus_receive_event(&event);
if (result) {
return_VALUE(-EIO);
}
if (result)
return_VALUE(result);

chars_remaining = sprintf(str, "%s %s %08x %08x\n",
event.device_class ? event.
Expand Down

0 comments on commit 5f4ece2

Please sign in to comment.