]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: remove an unnecessary initialization in HMB code
authorMinwoo Im <minwoo.im.dev@gmail.com>
Mon, 4 Dec 2017 20:23:54 +0000 (05:23 +0900)
committerChristoph Hellwig <hch@lst.de>
Mon, 8 Jan 2018 10:01:57 +0000 (11:01 +0100)
commitba48e71de7b0cc65af00e2c2122bd460b2b8e03a
tree14e98859c90e972ed25617736b55b161bfb17dd7
parent5055a4379fe65d6f9ac74f204e448a8868a43569
nvme-pci: remove an unnecessary initialization in HMB code

The local variable __size__ will be set a bit later in a for-loop.
Remove the explicit initialization at the beginning of this function.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c