Remove duplicate call... semantic should stay the same

This commit is contained in:
Holger Freyther 2008-12-29 06:23:47 +00:00
parent 07cc8d8bee
commit 86f1812105
1 changed files with 0 additions and 1 deletions

View File

@ -491,7 +491,6 @@ static int abis_rsl_rx_dchan(struct msgb *msg)
switch (rslh->c.msg_type) {
case RSL_MT_CHAN_ACTIV_ACK:
rc = rsl_rx_chan_act_ack(msg);
rc = rsl_rx_chan_act_ack(msg);
break;
case RSL_MT_CHAN_ACTIV_NACK: