Skip to content

Commit 18b5cb6

Browse files
Karan Tilak Kumarmartinkpetersen
authored andcommitted
scsi: fnic: Set appropriate logging level for log message
Replace KERN_INFO with KERN_DEBUG for a log message. Reviewed-by: Sesidhar Baddela <[email protected]> Reviewed-by: Arulprabhu Ponnusamy <[email protected]> Reviewed-by: Gian Carlo Boffa <[email protected]> Reviewed-by: Arun Easi <[email protected]> Signed-off-by: Karan Tilak Kumar <[email protected]> Link: https://lore.kernel.org/stable/20250612002212.4144-1-kartilak%40cisco.com Link: https://lore.kernel.org/r/[email protected] Reviewed-by: John Meneghini <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 9b9b859 commit 18b5cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/fnic/fnic_scsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ static void fnic_fcpio_icmnd_cmpl_handler(struct fnic *fnic, unsigned int cq_ind
10461046
if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL)
10471047
atomic64_inc(&fnic_stats->misc_stats.queue_fulls);
10481048

1049-
FNIC_SCSI_DBG(KERN_INFO, fnic->host, fnic->fnic_num,
1049+
FNIC_SCSI_DBG(KERN_DEBUG, fnic->host, fnic->fnic_num,
10501050
"xfer_len: %llu", xfer_len);
10511051
break;
10521052

0 commit comments

Comments
 (0)