Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367603
b: refs/heads/master
c: a145818
h: refs/heads/master
i:
  367601: c5ba268
  367599: 014658f
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Rafael J. Wysocki committed Mar 24, 2013
1 parent 6009c42 commit 1d26946
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: 2f9b06fc95486e396dd533670dcb25de5e2612ea
refs/heads/master: a1458187ae66825871c93b6b56ca2cd1d88e9cb9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpi_pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int create_power_saving_task(void)
ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread,
(void *)(unsigned long)ps_tsk_num,
"acpi_pad/%d", ps_tsk_num);
rc = IS_ERR(ps_tsks[ps_tsk_num]) ? PTR_ERR(ps_tsks[ps_tsk_num]) : 0;
rc = PTR_RET(ps_tsks[ps_tsk_num]);
if (!rc)
ps_tsk_num++;
else
Expand Down

0 comments on commit 1d26946

Please sign in to comment.