]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc154e750d38e561e076e9d2fc6ffaa18820f4fa1
treec201c1d391c7ba9c93161d018285baf8d63541ef
parentba43c4d0fe5ab053c058fd7e2402eb8ba1c41074
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