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)
commit6fbcde6691b514faa963c60f5537332530f1bf0a
tree14e98859c90e972ed25617736b55b161bfb17dd7
parent0de5cd367c6aa2a31a1c931628f778f79f8ef22e
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