]> git.baikalelectronics.ru Git - kernel.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)
commite31ed45265d6d0a538833b9515492103107d16f9
tree3350bedee0eb0fd5354b354f25eb50280fe14c07
parent2a9514a4ae5bb060964a06474af84366edd93cd5
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