From 56296999963dba3a311bc5e3afcb0dd4f5ee97e5 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 28 Jul 2017 15:53:59 +0600 Subject: [PATCH] host/trxcon/scheduler: drop a meaningless FIXME label Change-Id: If5497f4fdce22e986f46725cc1575a1e809ccdab --- src/host/trxcon/sched_trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/trxcon/sched_trx.c b/src/host/trxcon/sched_trx.c index b5f1abca9..76112f1a4 100644 --- a/src/host/trxcon/sched_trx.c +++ b/src/host/trxcon/sched_trx.c @@ -454,7 +454,7 @@ int sched_trx_handle_rx_burst(struct trx_instance *trx, uint8_t tn, /* Find required channel state */ lchan = sched_trx_find_lchan(ts, chan); - if (lchan == NULL) /* FIXME: what should we do here? */ + if (lchan == NULL) goto next_frame; /* Ensure that channel is active */