]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: nodedev: remove unnecessary cleanup label
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 13 Apr 2021 20:29:15 +0000 (15:29 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Mon, 19 Apr 2021 15:24:13 +0000 (10:24 -0500)
commit8e98c90f90fd967c22197ffd09f9c7361b1201dd
treef5e7f663fc57de0c7112bbefcaa91535ab78172e
parent65b109f7e6804ae4919ed86659bcacf83d734391
tests: nodedev: remove unnecessary cleanup label

Now that the last cleanup task was removed in the previous commit, just
remove the label and return early on error rather than goto cleanup.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
tests/nodedevmdevctltest.c