[PATCH 13/14] Cleanup: bail on error

Dirk Hohndel dirk at hohndel.org
Wed Jan 3 11:35:16 PST 2018


Coverity CID 207809

Signed-off-by: Dirk Hohndel <dirk at hohndel.org>
---
 src/suunto_eonsteel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/suunto_eonsteel.c b/src/suunto_eonsteel.c
index 948d1d329076..9b24840be3de 100644
--- a/src/suunto_eonsteel.c
+++ b/src/suunto_eonsteel.c
@@ -674,6 +674,7 @@ static int get_file_list(suunto_eonsteel_device_t *eon, struct directory_entry *
 		sizeof(result), result);
 	if (rc < 0) {
 		ERROR(eon->base.context, "cmd DIR_LOOKUP failed");
+		return -1;
 	}
 	HEXDUMP(eon->base.context, DC_LOGLEVEL_DEBUG, "DIR_LOOKUP", result, rc);
 
-- 
2.15.1



More information about the devel mailing list