]> www.infradead.org Git - users/hch/nvme-cli.git/commit
micron: don't ignore 'system()' return value
authorKeith Busch <kbusch@kernel.org>
Fri, 20 Dec 2019 17:15:36 +0000 (02:15 +0900)
committerKeith Busch <kbusch@kernel.org>
Fri, 20 Dec 2019 17:15:36 +0000 (02:15 +0900)
commita87657aa3f1e3d80cd47d682558cf8f2ee2c8ec6
treec21edcb63480db5323600d5057159b219ac1a8e4
parent4b4c87393b20242949c0c766c075f28e337df752
micron: don't ignore 'system()' return value

Some compilers will generate warnings that this return value can't be
ignored.

Signed-off-by: Keith Busch <kbusch@kernel.org>
plugins/micron/micron-nvme.c