]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvme-pci: consistencly use ctrl->device for logging
authorChristoph Hellwig <hch@lst.de>
Sat, 20 May 2017 13:14:43 +0000 (15:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 26 May 2017 06:54:07 +0000 (09:54 +0300)
commit9bdcfb10f221e796c9619fe48655e0f1272f1d92
tree3350bedee0eb0fd5354b354f25eb50280fe14c07
parent2cb657bc0242dfdca20869685bf179774ef1a6fb
nvme-pci: consistencly use ctrl->device for logging

This is what most of the code already does and gives much more useful
prefixes than the device embedded in the pci_dev.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
drivers/nvme/host/pci.c