net/bnxt: decrease log level of a debug message
authorFarah Smith <farah.smith@broadcom.com>
Mon, 20 Sep 2021 07:42:11 +0000 (13:12 +0530)
committerAjit Khaparde <ajit.khaparde@broadcom.com>
Tue, 21 Sep 2021 04:41:35 +0000 (06:41 +0200)
Adjust info message to debug level to prevent excessive
logging.

Signed-off-by: Farah Smith <farah.smith@broadcom.com>
Reviewed-by: Mike Baucom <michael.baucom@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/tf_core/tf_tbl_sram.c

index ea10afe..d7727f7 100644 (file)
@@ -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),