aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/calib_file.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-21 14:49:20 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-02-27 09:07:17 +0100
commit6142f9262adf197d60a31ab4636ac0886dc32316 (patch)
tree98eb7c2ffd4467da3ac9f15536020cf343195421 /src/osmo-bts-sysmo/calib_file.c
parent64c5e3a19c94c29331414da30e9d8eca81a70fce (diff)
sysmobts: Remove the trx parameter from the signature
l1if_gsm_req_compl everyone is passing the trx as data pointer right now, remove it from the request procedure right now as it can be deducted from the femtol1_hdl.
Diffstat (limited to 'src/osmo-bts-sysmo/calib_file.c')
-rw-r--r--src/osmo-bts-sysmo/calib_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/calib_file.c b/src/osmo-bts-sysmo/calib_file.c
index 9dba4cdc..8e263f93 100644
--- a/src/osmo-bts-sysmo/calib_file.c
+++ b/src/osmo-bts-sysmo/calib_file.c
@@ -217,7 +217,7 @@ static int calib_file_send(struct femtol1_hdl *fl1h,
return rc;
}
- return l1if_req_compl(fl1h, msg, 1, calib_send_compl_cb, fl1h->priv);
+ return l1if_req_compl(fl1h, msg, 1, calib_send_compl_cb);
}
/* completion callback after every SetCalibTbl is confirmed */