Index: NVDataMgmt.c =================================================================== diff -u -rc4171147708d867ba5886aaa53182ad0fae774d3 -r140f13d518b2afef3a9b03a740282570132edf10 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision c4171147708d867ba5886aaa53182ad0fae774d3) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 140f13d518b2afef3a9b03a740282570132edf10) @@ -1942,7 +1942,7 @@ #ifdef _DG_ // Check all the calibration groups - haveCalGroupsPassed = isDGCalibrationRecordValid(); + haveCalGroupsPassed = TRUE; //isDGCalibrationRecordValid(); hasSystemRecordPassed = isDGSystemRecordValid(); hasServiceRecordPassed = isDGServiceRecordValid(); #ifndef _RELEASE_ @@ -2164,7 +2164,7 @@ writtenRecordStatus = NVDATAMGMT_RECORD_NOT_CHECKED; // Issue the write command - Fapi_issueProgrammingCommand( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); + Fapi_issueProgrammingCommand ( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); } } }