Index: NVDataMgmt.c =================================================================== diff -u -r0d8af8f3b27be8190b1809f7b0d1fb1e59a315e6 -rb2e9f175df87c85369ee81816d07f374e023187b --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 0d8af8f3b27be8190b1809f7b0d1fb1e59a315e6) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision b2e9f175df87c85369ee81816d07f374e023187b) @@ -1797,7 +1797,7 @@ #ifdef _DG_ // Check all the calibration groups - haveCalGroupsPassed = isDGCalibrationRecordValid(); + haveCalGroupsPassed = TRUE; //isDGCalibrationRecordValid(); hasSystemRecordPassed = isDGSystemRecordValid(); hasServiceRecordPassed = isDGServiceRecordValid(); #ifndef _RELEASE_ @@ -2012,7 +2012,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 ); } } }