commit | 6fbcde6691b514faa963c60f5537332530f1bf0a | [log] [tgz] |
---|---|---|
author | Minwoo Im <minwoo.im.dev@gmail.com> | Tue Dec 05 05:23:54 2017 +0900 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jan 08 11:01:57 2018 +0100 |
tree | 14e98859c90e972ed25617736b55b161bfb17dd7 | |
parent | 0de5cd367c6aa2a31a1c931628f778f79f8ef22e [diff] |
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>