]> git.baikalelectronics.ru Git - kernel.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)
commitec4313a9ab53bd74b19cb301a187359b11a6eb45
treeb160938365fe63473a6304706fe84289be0db18b
parent959ee26f7d66f6e82f5e359fc706c6c7f2b7995e
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