summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_pad.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2012-06-13 22:07:20 -0400
committerLen Brown <len.brown@intel.com>2012-06-13 22:07:20 -0400
commit150ed86fade791d82319b27e84a7a6d2de84d1fa (patch)
treecac92803631c8869680937ca79b26f2d9b1fb2d0 /drivers/acpi/acpi_pad.c
parent442f24ace6c5991df2a9ab49fe0273b79b145d19 (diff)
downloadblackbird-obmc-linux-150ed86fade791d82319b27e84a7a6d2de84d1fa.tar.gz
blackbird-obmc-linux-150ed86fade791d82319b27e84a7a6d2de84d1fa.zip
ACPI: acpi_pad: rename "power_saving" thread to "acpi_pad" thread
"acpi_pad/%d" is a better thread name than generic "power_saving/%d" because users who see these threads will know the name of the driver that caused them. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpi_pad.c')
-rw-r--r--drivers/acpi/acpi_pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpi_pad.c b/drivers/acpi/acpi_pad.c
index a43fa1a57d57..1c09e1b532b0 100644
--- a/drivers/acpi/acpi_pad.c
+++ b/drivers/acpi/acpi_pad.c
@@ -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++;
OpenPOWER on IntegriCloud