]> 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)
commitbbcc71e750223204d7d5a70702c2e58c85767583
treeb160938365fe63473a6304706fe84289be0db18b
parent23e37e9c4090ae576f7942eaf04cd75ab5ce04d0
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