]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()
authorVarun Prakash <varun@chelsio.com>
Sat, 11 Aug 2018 15:40:29 +0000 (21:10 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 27 Aug 2018 16:26:10 +0000 (12:26 -0400)
commitcedefa8544c6be216b4710575065e3a11065f8d0
treeb160938365fe63473a6304706fe84289be0db18b
parenteb53a3ea3e009578a388f106620b22b1707cf2f6
scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()

DDP programming happens in data path and it can fail because of lack of
resources so use pr_debug() instead of pr_info() for this case.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/iscsi/cxgbit/cxgbit_ddp.c