From cd7cf159f607fc4e9e0d62eec70de0f892c367ea Mon Sep 17 00:00:00 2001 From: Zoran Ancevski Date: Thu, 17 Nov 2011 13:29:45 +0100 Subject: Fix flashing stability ST-Ericsson ID: 374618 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/38143 Reviewed-by: QABUILD Reviewed-by: Vlatko PISTOLOV Tested-by: Vlatko PISTOLOV --- lcmodule/source/LCM.rc | 6 +++--- .../source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c | 2 -- source/LCDriver.rc | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/lcmodule/source/LCM.rc b/lcmodule/source/LCM.rc index c967e4c..34fffa4 100644 --- a/lcmodule/source/LCM.rc +++ b/lcmodule/source/LCM.rc @@ -69,15 +69,15 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "Build date: 2011-10-19" + VALUE "Comments", "Build date: 2011-11-17" VALUE "CompanyName", "STEricsson AB" VALUE "FileDescription", "LCDriver Dynamic Link Library" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "Loader Communication Driver" VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011" - VALUE "PrivateBuild", "Change-Id:If5b3c993739f93276e2a76b012a1852d687ad746" + VALUE "PrivateBuild", "Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24" VALUE "ProductName", "CXA1104507 Loader Communication Module" - VALUE "ProductVersion", "R1V" + VALUE "ProductVersion", "PX1" END END BLOCK "VarFileInfo" diff --git a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c index e6227b2..1d776c6 100644 --- a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c +++ b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c @@ -270,7 +270,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T uint32 ReturnValue = E_SUCCESS; uint32 Counter; int BuffersNr = 0; - R15_Outbound_t *Out_p = &(R15_NETWORK(Communication_p)->Outbound); if (NULL == Communication_p) { return BULK_ERROR; @@ -319,7 +318,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T BulkVector_p->ChunkSize = 0; BulkVector_p->Offset = 0; BulkVector_p->State = BULK_IDLE_STATE; - Out_p->State = SEND_IDLE; return ReturnValue; } diff --git a/source/LCDriver.rc b/source/LCDriver.rc index 4d6b2e5..7eff992 100644 --- a/source/LCDriver.rc +++ b/source/LCDriver.rc @@ -81,15 +81,15 @@ BEGIN BEGIN BLOCK "000904b0" BEGIN - VALUE "Comments", "Build date: 2011-10-19" + VALUE "Comments", "Build date: 2011-11-17" VALUE "CompanyName", "STEricsson AB" VALUE "FileDescription", "LCDriver Dynamic Link Library" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "Loader Communication Driver" VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011" - VALUE "PrivateBuild", "Change-Id: If5b3c993739f93276e2a76b012a1852d687ad746" + VALUE "PrivateBuild", "Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24" VALUE "ProductName", "CXC 173 0865, LCDriver DLL" - VALUE "ProductVersion", "R1T" + VALUE "ProductVersion", "PU1" END END BLOCK "VarFileInfo" -- cgit v1.2.3