]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Remove unnecessary NULL comparisons (1/3)
authorGeoff Hickey <ghickey@datagravity.com>
Thu, 17 Oct 2013 17:04:11 +0000 (13:04 -0400)
committerEric Blake <eblake@redhat.com>
Thu, 17 Oct 2013 17:27:08 +0000 (11:27 -0600)
commit99889012671e7876a87d87ca5711b7c9eb34ef23
tree977f87e825274367559b3c5ec00f2c123cebe588
parent291a6ef3e41dd74ada7de3998f3f7f739dbbcfd6
esx: Remove unnecessary NULL comparisons (1/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 one of three.
src/esx/esx_driver.c
src/esx/esx_vi.c
src/esx/esx_vi_methods.c
src/esx/esx_vi_types.c