cosmetic: act lchan type: use constant instead of 0x00

Change-Id: Idc8afc4e52e189f474077899eef896381ce238f7
This commit is contained in:
Neels Hofmeyr 2016-07-15 01:26:03 +02:00 committed by Neels Hofmeyr
parent 4007468014
commit 8151648ceb
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ static int rsl_rx_chan_rqd(struct msgb *msg)
gsm_lchant_name(lchan->type), gsm_chreq_name(chreq_reason),
rqd_ref->ra, rqd_ta);
rsl_chan_activate_lchan(lchan, 0x00, 0);
rsl_chan_activate_lchan(lchan, RSL_ACT_INTRA_IMM_ASS, 0);
return 0;
}