From e2f0dd33dd34a8890e71b17fb67bfacfc6906a8c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 29 Apr 2026 12:00:55 -0400 Subject: [PATCH] MT#55283 remove stray log message Change-Id: Iaf67d350b44bf48de096129e797c8d07b027b4a5 (cherry picked from commit 175f1dfe34ad7aa9772cd527546f3d0aa0d73257) (cherry picked from commit 5f2acbb093d0deb683fc8d6192ec4b83d18ad41d) --- kernel-module/nft_rtpengine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel-module/nft_rtpengine.c b/kernel-module/nft_rtpengine.c index e2bf71d04..798c03030 100644 --- a/kernel-module/nft_rtpengine.c +++ b/kernel-module/nft_rtpengine.c @@ -2487,7 +2487,6 @@ static int table_new_target(struct rtpengine_table *t, struct rtpengine_target_i if (!i->num_destinations) return -EINVAL; for (u = 0; u < RTPE_NUM_OUTPUT_MEDIA; u++) { - printk(KERN_ERR "XXX %d %d\n", __LINE__, i->media_output_idxs[u].rtp_start_idx); if (i->media_output_idxs[u].rtp_start_idx >= i->num_destinations) return -EINVAL; if (i->media_output_idxs[u].rtp_end_idx > i->num_destinations)