net/bnxt: decrease log level of a debug message
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>
This commit is contained in:
parent
2730e7f9e8
commit
0e3c0b53df
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user