host/trxcon/scheduler: drop a meaningless FIXME label

Change-Id: If5497f4fdce22e986f46725cc1575a1e809ccdab
This commit is contained in:
Vadim Yanitskiy 2017-07-28 15:53:59 +06:00
parent b4dd3ac9bb
commit 5629699996
1 changed files with 1 additions and 1 deletions

View File

@ -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 */