]> www.infradead.org Git - users/hch/nvme-cli.git/commit
suppress missing attribute warnings
authorKeith Busch <kbusch@kernel.org>
Tue, 31 Mar 2020 18:11:17 +0000 (03:11 +0900)
committerKeith Busch <kbusch@kernel.org>
Tue, 31 Mar 2020 18:12:03 +0000 (03:12 +0900)
commit6ad43080afda4010f4597f46cd3dd61e49ea11f5
tree7f38a6c696eef82a391fed4c06937265038d0055
parent5727ac9e9ff031c5a8d5563f5f5cce29bafb595d
suppress missing attribute warnings

Attribute existence is dependent on kernel versions. Don't automatically
warn if we fail to find the attribute, let the caller decide how to deal
with it.

Reported-by: Jeffrey Lien <Jeff.Lien@wdc.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
nvme-topology.c