Vadim Yanitskiy has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10781 )

Change subject: firmware/l23_api.c: cosmetic: use proper format specifier
......................................................................

firmware/l23_api.c: cosmetic: use proper format specifier

The '%u' format specifier should be used for unsigned values.

Change-Id: I1108c34e864304126e581d30b75bbd95b93f60b8
---
M src/target/firmware/layer1/l23_api.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/target/firmware/layer1/l23_api.c 
b/src/target/firmware/layer1/l23_api.c
index e53b0c8..e46ca09 100644
--- a/src/target/firmware/layer1/l23_api.c
+++ b/src/target/firmware/layer1/l23_api.c
@@ -337,7 +337,7 @@
        struct l1ctl_info_ul *ul = (struct l1ctl_info_ul *) l1h->data;
        struct l1ctl_par_req *par_req = (struct l1ctl_par_req *) ul->payload;

-       printd("L1CTL_PARAM_REQ (ta=%d, tx_power=%d)\n", par_req->ta,
+       printd("L1CTL_PARAM_REQ (ta=%d, tx_power=%u)\n", par_req->ta,
                par_req->tx_power);

        l1s.ta = par_req->ta;

--
To view, visit https://gerrit.osmocom.org/10781
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1108c34e864304126e581d30b75bbd95b93f60b8
Gerrit-Change-Number: 10781
Gerrit-PatchSet: 3
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>

Reply via email to