summaryrefslogtreecommitdiff
path: root/drivers/thermal/pwm_fan.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-22 15:19:33 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:19:32 -0700
commit5f4e44667f2e9669ac63e42ce1ddb575d53c9e4e (patch)
treeb2b24af2789f01b19b42a3ae41ede4d2a65c402f /drivers/thermal/pwm_fan.c
parent0b5ce7ba7ca3e4eafc016f81ad2c74f2cbc16df9 (diff)
thermal: pwm_fan: WQ_RESCUER is gone
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/thermal/pwm_fan.c')
-rw-r--r--drivers/thermal/pwm_fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/pwm_fan.c b/drivers/thermal/pwm_fan.c
index c99321d0b75d..9eec832c65b2 100644
--- a/drivers/thermal/pwm_fan.c
+++ b/drivers/thermal/pwm_fan.c
@@ -535,7 +535,7 @@ static int pwm_fan_probe(struct platform_device *pdev)
mutex_init(&fan_data->fan_state_lock);
fan_data->workqueue = alloc_workqueue(dev_name(&pdev->dev),
- WQ_HIGHPRI | WQ_UNBOUND | WQ_RESCUER, 1);
+ WQ_HIGHPRI | WQ_UNBOUND, 1);
if (!fan_data->workqueue)
return -ENOMEM;