From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Remove dead code since free_tmp initialized to false. --- src/shared/hfp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/shared/hfp.c b/src/shared/hfp.c index 9d937a5..05a8563 100644 --- a/src/shared/hfp.c +++ b/src/shared/hfp.c @@ -1192,10 +1192,6 @@ static void hf_process_input(struct hfp_hf *hfp) if (len == ringbuf_len(hfp->read_buf)) goto done; - /* If we are here second time for some reason, that is wrong */ - if (free_tmp) - goto done; - str2 = ringbuf_peek(hfp->read_buf, len, &len2); if (!str2) goto done; -- 2.1.0 -- 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