summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/trxcon/sched_prim.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/host/trxcon/sched_prim.c b/src/host/trxcon/sched_prim.c
index e03f93ff..20679009 100644
--- a/src/host/trxcon/sched_prim.c
+++ b/src/host/trxcon/sched_prim.c
@@ -102,10 +102,6 @@ int sched_prim_push(struct trx_instance *trx,
/* Determine TS index */
tn = chan_nr & 0x7;
- if (tn > 7) {
- LOGP(DSCH, LOGL_ERROR, "Incorrect TS index %u\n", tn);
- return -EINVAL;
- }
/* Check whether required timeslot is allocated and configured */
ts = trx->ts_list[tn];