Unify the order of log to store value 81/289381/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 23 Feb 2023 02:07:42 +0000 (11:07 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 7 Mar 2023 02:31:26 +0000 (11:31 +0900)
commitc9d2fa5c8bec95f6c9950e03e6deab246c5a3d87
treec5af108f35ca20e0af852145f1a277f51f006da3
parente7a523d398ccbedb07c4266a9da9f8089c2a72ef
Unify the order of log to store value

- Issue:
Each functions have different order of logic for storing value.

- Solution:
In previous code, some functions first stored file and then changed the
memory. However, some other functions did the reverse of it. So, this
patch unifies the order of logic for storing values in each functions.
Through this patch, all functions will store the file first and then
update the config struture on the memory.

Change-Id: Id8e4671bc342060c7c779578e7b3e75ea0dd640a
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/tts_config_mgr.c