From: Srujana Challa <scha...@marvell.com> This patch updates the error log to a debug log since it is not needed.
Signed-off-by: Srujana Challa <scha...@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