diff options
author | Keith Busch <kbusch@kernel.org> | 2020-02-19 16:59:36 +0100 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2020-02-19 17:40:57 +0100 |
commit | 15755854d53b4bbb0bb37a0fce66f0156cfc8a17 (patch) | |
tree | 95c8de5879a7882b922dd99b2b2bbcc035c64d4c /drivers/irqchip/irq-ts4800.c | |
parent | nvme-pci: Use single IRQ vector for old Apple models (diff) | |
download | linux-15755854d53b4bbb0bb37a0fce66f0156cfc8a17.tar.xz linux-15755854d53b4bbb0bb37a0fce66f0156cfc8a17.zip |
nvme: Fix uninitialized-variable warning
gcc may detect a false positive on nvme using an unintialized variable
if setting features fails. Since this is not a fast path, explicitly
initialize this variable to suppress the warning.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'drivers/irqchip/irq-ts4800.c')
0 files changed, 0 insertions, 0 deletions