LC: fix build error

Remove extra parameter which causes build to break. The error was
introduced in 878bd1f296

Change-Id: Id63187d925d448caa4fa85720582550919b1f216
This commit is contained in:
Max 2016-08-09 19:21:34 +02:00
parent cbf9a721d6
commit 79cb245157
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ static int handle_ph_readytosend_ind(struct lc15l1_hdl *fl1h,
case GsmL1_Sapi_Pdtch:
case GsmL1_Sapi_Pacch:
rc = pcu_rx_rts_req_pdtch(fl1h->trx_no, rts_ind->u8Tn,
rts_ind->u16Arfcn, rts_ind->u32Fn, rts_ind->u8BlockNbr);
rts_ind->u32Fn, rts_ind->u8BlockNbr);
case GsmL1_Sapi_Ptcch:
// FIXME
default: