pcu_sock: pcu_tx_si_all(): cosmetic coding style change

Change-Id: I11f60ecdd3cfa2132d58fd3034bfe7419df0edb6
This commit is contained in:
Vadim Yanitskiy 2021-02-04 12:50:19 +01:00
parent ac38cf8e90
commit df80385f26
1 changed files with 2 additions and 1 deletions

View File

@ -778,10 +778,11 @@ static int pcu_tx_si_all(struct gsm_bts *bts)
rc = pcu_tx_si(bts, si_types[i], true);
if (rc < 0)
rc = -EINVAL;
} else
} else {
LOGP(DPCU, LOGL_INFO,
"SI%s is not available on PCU connection\n",
get_value_string(osmo_sitype_strs, si_types[i]));
}
}
return rc;