]> git.baikalelectronics.ru Git - kernel.git/commit
Fix log message in completion path.
authorJames Smart <jsmart2021@gmail.com>
Fri, 21 Apr 2017 23:04:48 +0000 (16:04 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 24 Apr 2017 07:25:48 +0000 (09:25 +0200)
commitc7612fa0813f0b8347fe435f84062451a5553326
treec201c1d391c7ba9c93161d018285baf8d63541ef
parent0b4d8e4b4f6a63e3e00af036217676ca335d2258
Fix log message in completion path.

In the lpfc_nvme_io_cmd_wqe_cmpl routine the driver was printing two
pointers and the DID for the rport whenever an IO completed on a now
that had transitioned to a non active state.

There is no need to print the node pointer address for a node that
is not active the DID should be enough to debug.

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
drivers/scsi/lpfc/lpfc_nvme.c