git: 27211b7998d1 - main - mlx5: Remove a less than helpful debug print

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 12 Aug 2024 23:09:28 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=27211b7998d1e879f18dddc5ecc9bb9b52e5d79e

commit 27211b7998d1e879f18dddc5ecc9bb9b52e5d79e
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-08-12 16:04:53 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-08-12 23:06:01 +0000

    mlx5: Remove a less than helpful debug print
    
    Reviewed by:    khng
    Fixes:  e23731db48ef9 ("mlx5en: add IPSEC_OFFLOAD support")
    Differential Revision:  https://reviews.freebsd.org/D46273
---
 sys/dev/mlx5/mlx5_core/mlx5_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/mlx5/mlx5_core/mlx5_main.c b/sys/dev/mlx5/mlx5_core/mlx5_main.c
index 7400a8eafaa4..09b623b6fde8 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_main.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_main.c
@@ -1698,7 +1698,6 @@ static int init_one(struct pci_dev *pdev,
 
 	mlx5_pagealloc_init(dev);
 
-	pr_info("%s - MARK BLOCH WAS HERE\n", __func__);
 	err = mlx5_fs_core_alloc(dev);
 	if (err) {
 		mlx5_core_err(dev, "Failed to alloc flow steering\n");