bts-trx: early return on POWERON success

Later on it's expected to add more rsp parsing, so let's return here and
not depend on generic return further down.

Change-Id: I8ddee46374ab329c47dc68e720e236f13d393f66
This commit is contained in:
Pau Espin 2018-11-23 17:44:11 +01:00
parent 133a3d96dc
commit 3c12325d28
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ static int trx_ctrl_rx_rsp(struct trx_l1h *l1h, struct trx_ctrl_rsp *rsp, bool c
if (rsp->status == 0) {
if (pinst->phy_link->state != PHY_LINK_CONNECTED)
phy_link_state_set(pinst->phy_link, PHY_LINK_CONNECTED);
return 0;
} else {
LOGP(DTRX, LOGL_NOTICE,
"transceiver (%s) rejected POWERON command (%d), re-trying in a few seconds\n",