]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Remove unnecessary NULL comparisons (3/3)
authorGeoff Hickey <ghickey@datagravity.com>
Thu, 17 Oct 2013 17:04:13 +0000 (13:04 -0400)
committerEric Blake <eblake@redhat.com>
Thu, 17 Oct 2013 17:27:08 +0000 (11:27 -0600)
commit7ab40c5d093b93056685431f0e8172b1cd846b6f
treed3054512865a87e106f8d809070dc9a32de32630
parent42c20d4befe6e4aa97ad5a6e4c2cc55901b973fb
esx: Remove unnecessary NULL comparisons (3/3)

Code cleanup: remove explicit NULL comparisons like ptr == NULL and
ptr != NULL from the ESX code, replacing them with the simpler ptr
and !ptr.

Part three of three.
src/esx/esx_storage_backend_iscsi.c
src/esx/esx_storage_backend_vmfs.c
src/esx/esx_storage_driver.c