[PATCH 32/34] common/cnxk: change the error log to a debug log

Nithin Dabilpuram ndabilpuram at marvell.com
Fri Jan 31 09:05:27 CET 2025


From: Srujana Challa <schalla at marvell.com>

This patch updates the error log to a debug log since
it is not needed.

Signed-off-by: Srujana Challa <schalla at marvell.com>
---
 drivers/common/cnxk/roc_nix_inl_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/roc_nix_inl_dev.c b/drivers/common/cnxk/roc_nix_inl_dev.c
index 2e753440b7..376582f5db 100644
--- a/drivers/common/cnxk/roc_nix_inl_dev.c
+++ b/drivers/common/cnxk/roc_nix_inl_dev.c
@@ -1250,7 +1250,7 @@ roc_nix_inl_dev_qptr_get(uint8_t qid)
 		inl_dev = idev->nix_inl_dev;
 
 	if (!inl_dev) {
-		plt_err("Inline Device could not be detected");
+		plt_nix_dbg("Inline Device could not be detected");
 		return NULL;
 	}
 	if (!inl_dev->attach_cptlf) {
-- 
2.34.1



More information about the dev mailing list