bootmode: remove build warnings
[profile/mobile/platform/kernel/u-boot-tm1.git] / property / calibration_mode.c
index 0f548f0..d96d1d6 100644 (file)
@@ -341,7 +341,7 @@ void calibration_mode(const uint8_t *pcmd, int length)
         //add by kenyliu in 2013 06 20 for bug 146310
         if(0xE == get_adc_flag())
         {
-            power_down_devices();
+            power_down_devices(0);
         }
         //end kenyliu
     }