Vadim Yanitskiy has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/81/10781/1

diff --git a/src/target/firmware/layer1/l23_api.c 
b/src/target/firmware/layer1/l23_api.c
index 5bfece7..5a5f7f9 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=%u, tx_power=%d)\n", par_req->ta,
+       printd("L1CTL_PARAM_REQ (ta=%u, 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: newchange
Gerrit-Change-Id: I1108c34e864304126e581d30b75bbd95b93f60b8
Gerrit-Change-Number: 10781
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to