]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: remove buf allocation check since NULL free is acceptable
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Thu, 8 Apr 2021 12:16:13 +0000 (17:46 +0530)
committerKeith Busch <kbusch@kernel.org>
Mon, 19 Apr 2021 16:25:07 +0000 (10:25 -0600)
commitf696bf0ee0b9c6b9f93aa2a55a871bc0767b8040
treebecf48e03d5d9f2da43261f7923467bfda35c1df
parent3e2af5fdfcf059b99b916c152b40e9fc65401c70
nvme: remove buf allocation check since NULL free is acceptable

Cleaning up all the nvme-cli source filses where buffer allocation
check is ther before free up, NULL free is acceptable perfectly as
Chaitanya mentioned in another patch.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme-rpmb.c
nvme.c