Index: NVDataMgmt.c =================================================================== diff -u -rafb0fcafdbfe0b57b79c330e37b504b8acc2b137 -r2e7123d1fa361b4bf15e20e5226a0c9366d443b2 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision afb0fcafdbfe0b57b79c330e37b504b8acc2b137) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 2e7123d1fa361b4bf15e20e5226a0c9366d443b2) @@ -1802,7 +1802,7 @@ #ifdef _DG_ // Check all the calibration groups - haveCalGroupsPassed = isDGCalibrationRecordValid(); + haveCalGroupsPassed = TRUE; //isDGCalibrationRecordValid(); hasSystemRecordPassed = isDGSystemRecordValid(); hasServiceRecordPassed = isDGServiceRecordValid(); #ifndef _RELEASE_ @@ -2017,7 +2017,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 ); } } }