[PATCH] osmocom-bb[master]: host/trxcon/scheduler: drop a meaningless FIXME label

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 22 15:33:16 UTC 2018


Review at  https://gerrit.osmocom.org/6757

host/trxcon/scheduler: drop a meaningless FIXME label

Change-Id: If5497f4fdce22e986f46725cc1575a1e809ccdab
---
M src/host/trxcon/sched_trx.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/57/6757/1

diff --git a/src/host/trxcon/sched_trx.c b/src/host/trxcon/sched_trx.c
index b5f1abc..76112f1 100644
--- a/src/host/trxcon/sched_trx.c
+++ b/src/host/trxcon/sched_trx.c
@@ -454,7 +454,7 @@
 
 		/* 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 */

-- 
To view, visit https://gerrit.osmocom.org/6757
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5497f4fdce22e986f46725cc1575a1e809ccdab
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list