zephyr/subsys/settings
Dominik Ermel c16691ffd0 settings: file: Fix possible success status while failed to write
Assuming that fs_seek has been successful; in case when fs_write
would be unsuccessful and fs_close, that follows, would be successful,
the success code would have been returned for the entire procedure,
although it has failed.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2019-12-12 10:44:31 -06:00
..
include/settings include: Fix use of <nvs/nvs.h> -> <fs/nvs.h> 2019-12-10 08:39:37 -05:00
src settings: file: Fix possible success status while failed to write 2019-12-12 10:44:31 -06:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00