Index: NVDataMgmt.c =================================================================== diff -u -r35582768cfe954dfbdee65cd394d78034f4174a1 -r0683bee0dab93f2f6f96562f8e9d642e805fcf0c --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 35582768cfe954dfbdee65cd394d78034f4174a1) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 0683bee0dab93f2f6f96562f8e9d642e805fcf0c) @@ -2156,7 +2156,7 @@ memset( writtenRecordCheckBuffer, 0, sizeof(writtenRecordCheckBuffer)); // Issue a FAPI read command but only the bytes that were written, so use maxWriteBufferSize - Fapi_doMarginRead ( (U32*)startAddress, (U32*)writtenRecordCheckBuffer, maxBufferLength, Fapi_NormalRead ); + Fapi_doMarginRead( (U32*)startAddress, (U32*)writtenRecordCheckBuffer, maxBufferLength, Fapi_NormalRead ); state = NVDATAMGMT_EXEC_STATE_VERIFY_EEPROM_WRITE; }