Revert "mfld-pmu: [REVERT ME] Acquiring Wake_lock to prevent S3 on CVT"
authorYouvedeep Singh <youvedeep.singh@intel.com>
Sat, 24 Mar 2012 16:25:36 +0000 (21:55 +0530)
committerbuildbot <buildbot@intel.com>
Tue, 3 Apr 2012 19:04:31 +0000 (12:04 -0700)
BZ: 25898

This reverts commit db41b8e475625d7f7ffedee6cce1d0ea098ce980.
Removing the wakeLock, as we are going to enable S3.

Change-Id: Id0e0590a0c540189af654a1fd1666d67094529d8
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
Reviewed-on: http://android.intel.com:8080/40523
Reviewed-by: Mansoor, Illyas <illyas.mansoor@intel.com>
Reviewed-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Tested-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/platform/intel-mid/mfld-pmu.c

index 01b0db7..3d4018b 100644 (file)
@@ -2489,11 +2489,6 @@ static int __devinit mid_pmu_probe(struct pci_dev *dev,
 #ifdef CONFIG_HAS_WAKELOCK
        wake_lock_init(&mid_pmu_cxt->pmu_wake_lock,
                                        WAKE_LOCK_SUSPEND, "mid_pmu");
-       /* FIXME:: ON CVT S3 is not enabled. So Acquiring Wake_Lock to
-        * prevent CVT platform to try for S3
-        */
-       if (__intel_mid_cpu_chip == INTEL_MID_CPU_CHIP_CLOVERVIEW)
-               wake_lock(&mid_pmu_cxt->pmu_wake_lock);
 #endif
 
        /* Init the device */