X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=property%2Fcalibration_mode.c;h=d96d1d66e8775b325660078e6f958a65ff6b6f2e;hb=3a763d560a9c390fbe2c2d4463ecc4c980f7d854;hp=0f548f0d5a481eff946239f757ce5c2c17268ba3;hpb=a4eddf5b16cd522496e70bc550db6eb6ae756d1c;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/property/calibration_mode.c b/property/calibration_mode.c index 0f548f0..d96d1d6 100644 --- a/property/calibration_mode.c +++ b/property/calibration_mode.c @@ -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 }