From: Farah Smith <farah.sm...@broadcom.com> Adjust info message to debug level to prevent excessive logging.
Signed-off-by: Farah Smith <farah.sm...@broadcom.com> Reviewed-by: Michael Baucom <michael.bau...@broadcom.com> --- drivers/net/bnxt/tf_core/tf_tbl_sram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnxt/tf_core/tf_tbl_sram.c b/drivers/net/bnxt/tf_core/tf_tbl_sram.c index ea10afecb6..d7727f7a11 100644 --- a/drivers/net/bnxt/tf_core/tf_tbl_sram.c +++ b/drivers/net/bnxt/tf_core/tf_tbl_sram.c @@ -130,7 +130,7 @@ static int tf_tbl_sram_get_info(struct tf_tbl_sram_get_info_parms *parms) if (slices) parms->slice_size = tf_tbl_sram_slices_2_size[slices]; - TFP_DRV_LOG(INFO, + TFP_DRV_LOG(DEBUG, "(%s) bank(%s) slice_size(%s)\n", tf_tbl_type_2_str(parms->tbl_type), tf_sram_bank_2_str(parms->bank_id), -- 2.17.1