]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nvme/fc: correct some printk information
authorJames Smart <james.smart@broadcom.com>
Tue, 20 Dec 2016 19:06:08 +0000 (11:06 -0800)
committerChristoph Hellwig <hch@lst.de>
Wed, 21 Dec 2016 10:33:31 +0000 (11:33 +0100)
commitc703489885218900579279cec4b4ab8e7fce383b
tree064bba2573330e2c833568245d29a44c7266e256
parent2c473a9d02fbe881506d5d43bc7edb776f2f46f5
nvme/fc: correct some printk information

Dan Carpenters's tool caught a pointer reference - should have been
just ptr, not &ptr.

Don't bother. Remove the pointer value in the printf. Its irrelevant.

Signed-off-by: James Smart <james.smart@broadcom.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c