Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168888
b: refs/heads/master
c: 80a8d12
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Len Brown committed Nov 25, 2009
1 parent b2fe759 commit 072b90b
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: 8b1edc57a617d00845806ca1fce1799c08d50920
refs/heads/master: 80a8d1228e90349b4514e8c925c061fa5cbcea75
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -6313,7 +6313,7 @@ static int brightness_write(char *buf)
* Doing it this way makes the syscall restartable in case of EINTR
*/
rc = brightness_set(level);
return (rc == -EINTR)? ERESTARTSYS : rc;
return (rc == -EINTR)? -ERESTARTSYS : rc;
}

static struct ibm_struct brightness_driver_data = {
Expand Down

0 comments on commit 072b90b

Please sign in to comment.