diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2013-08-22 17:21:21 -0400 |
---|---|---|
committer | Nicolin Chen <nicolinc@nvidia.com> | 2017-08-14 21:38:52 -0400 |
commit | abb82b75366eb79b6a1f6114f1e60b8e0f94ea2b (patch) | |
tree | 9257f00087a081592c4f839a631c1eb957749f8e /drivers/misc | |
parent | 3c046459aaf856dea352df1887afc9850aeb44ff (diff) |
misc: therm_fan_est: WQ_RESCUER has been removed
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/therm_fan_est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/therm_fan_est.c b/drivers/misc/therm_fan_est.c index f97386d37..a0a83b3ec 100644 --- a/drivers/misc/therm_fan_est.c +++ b/drivers/misc/therm_fan_est.c | |||
@@ -360,7 +360,7 @@ static int therm_fan_est_probe(struct platform_device *pdev) | |||
360 | } | 360 | } |
361 | 361 | ||
362 | est->workqueue = alloc_workqueue(dev_name(&pdev->dev), | 362 | est->workqueue = alloc_workqueue(dev_name(&pdev->dev), |
363 | WQ_HIGHPRI | WQ_UNBOUND | WQ_RESCUER, 1); | 363 | WQ_HIGHPRI | WQ_UNBOUND, 1); |
364 | if (!est->workqueue) | 364 | if (!est->workqueue) |
365 | return -ENOMEM; | 365 | return -ENOMEM; |
366 | 366 | ||