From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> health/mcap.c: In function âproc_req_pendingâ: health/mcap.c:1119:25: error: âabrtâ may be used uninitialized in this function make[1]: *** [health/mcap.o] Error 1 --- health/mcap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/health/mcap.c b/health/mcap.c index 81fd8df..a36f2c0 100644 --- a/health/mcap.c +++ b/health/mcap.c @@ -1116,7 +1116,7 @@ static void process_md_abort_mdl_req(struct mcap_mcl *mcl, void *cmd, { mcap_md_req *req; GSList *l; - struct mcap_mdl *mdl, *abrt; + struct mcap_mdl *mdl, *abrt = NULL; uint16_t mdl_id; if (!check_cmd_req_length(mcl, cmd, len, sizeof(mcap_md_req), -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html