OSDN Git Service

scsi: cxgb4i: Clean up a debug printk
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 13 Jul 2020 10:51:00 +0000 (10:51 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 14 Jul 2020 03:19:06 +0000 (23:19 -0400)
commit30f259b4886a0d0121e03516bbff6f057a52a0b2
tree3717d00629b5fe4da9881ff9b7fd224cd6648d4b
parent92e8d0323a5140c3e4a0e7098d3a5f43e2da87e8
scsi: cxgb4i: Clean up a debug printk

The pr_fmt() at the top of the file already includes the __func__ so we can
remove the duplicative "cxgbi_conn_init_pdu:" from the string here.  Now it
all fits on one line as well.

Link: https://lore.kernel.org/r/20200713105100.GA251988@mwanda
Acked-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxgbi/libcxgbi.c