summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorGaurav Sarode <gsarode@nvidia.com>2011-08-16 15:12:41 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:20 -0800
commit8d41441083fe06c7ffdee0f6a58b8c0248e5c9ce (patch)
tree29624ff1ab3f8ea77814d6f9f2e5218ca4d65188 /arch/arm/mach-tegra
parente28e8bdf16ddb8d04ff036e18a564164830e99f6 (diff)
ARM: tegra: workqueue: Unify spelling of 'freeze'+'able' to 'freezable'
In K39 , 'freezeable' is changed to 'freezable'. Reference Commit Id 58a69cb47ec6991bf006a3e5d202e8571b0327a4. Change-Id: Ie3f95db453205c05da4cf4e655ba8b12a126255b Reviewed-on: http://git-master/r/47487 Tested-by: Gaurav Sarode <gsarode@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Rebase-Id: R530643b91e8c252eb606ce7e789cfe34101f6edd
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/cpu-tegra3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra3.c b/arch/arm/mach-tegra/cpu-tegra3.c
index 2ec00511ccbc..dcdad84f447f 100644
--- a/arch/arm/mach-tegra/cpu-tegra3.c
+++ b/arch/arm/mach-tegra/cpu-tegra3.c
@@ -331,7 +331,7 @@ int tegra_auto_hotplug_init(struct mutex *cpu_lock)
* task, single-threaded, freezable.
*/
hotplug_wq = alloc_workqueue(
- "cpu-tegra3", WQ_UNBOUND | WQ_RESCUER | WQ_FREEZEABLE, 1);
+ "cpu-tegra3", WQ_UNBOUND | WQ_RESCUER | WQ_FREEZABLE, 1);
if (!hotplug_wq)
return -ENOMEM;
INIT_DELAYED_WORK(&hotplug_work, tegra_auto_hotplug_work_func);