anv: Rename a fail label in CreateDevice
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 4 Oct 2021 19:13:33 +0000 (14:13 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 22 Apr 2022 19:38:52 +0000 (19:38 +0000)
commitc551f6c4df9bcc123f186ad404d21a1cf3b0fd05
tree006c0278787d308ed0d0c15c92bdb462958e6298
parent93d0c66b27f440faa7ce3d2ec2f51135137c07ac
anv: Rename a fail label in CreateDevice

The rest of them are labeled with the thing they need to destroy first,
not the thing that failed.

Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13184>
src/intel/vulkan/anv_device.c