fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/42399?usp=email )
Change subject: layer23: gsm48_sysinfo_dump(): remove unused print argument
......................................................................
layer23: gsm48_sysinfo_dump(): remove unused print argument
Change-Id: I0a26d5ac3183dc7ccb2e7d3d77ab41b58ad5b871
---
M src/host/layer23/src/common/sysinfo.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/99/42399/1
diff --git a/src/host/layer23/src/common/sysinfo.c
b/src/host/layer23/src/common/sysinfo.c
index 1046e78..42fab5f 100644
--- a/src/host/layer23/src/common/sysinfo.c
+++ b/src/host/layer23/src/common/sysinfo.c
@@ -312,7 +312,7 @@
if (s->t3212)
print(priv, "T3212 = %d sec.\n", s->t3212);
else
- print(priv, "T3212 = disabled\n", s->t3212);
+ print(priv, "T3212 = disabled\n");
/* channel description */
if (s->h)
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/42399?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I0a26d5ac3183dc7ccb2e7d3d77ab41b58ad5b871
Gerrit-Change-Number: 42399
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>