]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Make program have single exit location
authorKeith Busch <keith.busch@intel.com>
Mon, 10 Oct 2016 23:11:19 +0000 (17:11 -0600)
committerKeith Busch <keith.busch@intel.com>
Tue, 6 Dec 2016 20:54:25 +0000 (13:54 -0700)
commit936769f0fda40dbfffc0eda76a7a97692687665f
tree50152ee2d12b992bee4d741008804c4380a16b9f
parent5c3adcdaa61c16050c4631579bcf4c09a5d30845
Make program have single exit location

All errors are returned rather than exiting the program. This requires
more return code error checking, but it makes it predictable where the
program may end and required if we ever implement an interactive mode.

Signed-off-by: Keith Busch <keith.busch@intel.com>
argconfig.c
argconfig.h
nvme-ioctl.c
nvme-lightnvm.c
nvme.c
plugin.c