]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvme: use ctrl->device consistently for logging
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 9 Jun 2017 14:17:21 +0000 (16:17 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 15 Jun 2017 12:30:24 +0000 (14:30 +0200)
commitf0425db00ce4241a635463729317b06406ab6b3f
tree75ab7aab85591579d831c11ea73e9c0db10f3967
parentc61d788b8b1fe57aaf03ac0b5c636c7388ebfd20
nvme: use ctrl->device consistently for logging

Change the few left over users of ctrl->dev over to using ctrl->device
for logging purposes, so we consistently use the same device.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c