Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318777
b: refs/heads/master
c: 150ed86
h: refs/heads/master
i:
  318775: 149afca
v: v3
  • Loading branch information
Len Brown committed Jun 14, 2012
1 parent c6be2fa commit 6a780b2
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: 442f24ace6c5991df2a9ab49fe0273b79b145d19
refs/heads/master: 150ed86fade791d82319b27e84a7a6d2de84d1fa
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpi_pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static int create_power_saving_task(void)

ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread,
(void *)(unsigned long)ps_tsk_num,
"power_saving/%d", 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;
if (!rc)
ps_tsk_num++;
Expand Down

0 comments on commit 6a780b2

Please sign in to comment.