Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11056 )

Change subject: layer23/l1ctl.c: drop redundant printf() call
......................................................................

layer23/l1ctl.c: drop redundant printf() call

Change-Id: I02bc581afb5a76c51fdef50ed40e2669c3eb3f2e
---
M src/host/layer23/src/common/l1ctl.c
1 file changed, 0 insertions(+), 1 deletion(-)

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



diff --git a/src/host/layer23/src/common/l1ctl.c 
b/src/host/layer23/src/common/l1ctl.c
index 3c57042..78e340b 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -226,7 +226,6 @@
        }

        if (dl->fire_crc >= 2) {
-printf("Dropping frame with %u bit errors\n", dl->num_biterr);
                LOGP(DL1C, LOGL_NOTICE, "Dropping frame with %u bit errors\n",
                        dl->num_biterr);
                msgb_free(msg);

--
To view, visit https://gerrit.osmocom.org/11056
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: I02bc581afb5a76c51fdef50ed40e2669c3eb3f2e
Gerrit-Change-Number: 11056
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to