]> xenbits.xensource.com Git - libvirt.git/commit
hostdev: Remove explicit NULL checks
authorAndrea Bolognani <abologna@redhat.com>
Thu, 25 Feb 2016 13:50:54 +0000 (14:50 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 8 Mar 2016 09:44:01 +0000 (10:44 +0100)
commit12a1631440c8db098bf4cba16e3fd4aca09951c4
tree2c68a80c717fd5fdaac87f2ce0f3a9e36b012556
parenta54de18a54facae8320e9fa9f927ffc31e240f08
hostdev: Remove explicit NULL checks

NULL checks are performed implicitly in the rest of the module,
including other allocations in the very same function.
src/util/virhostdev.c