vulkan/wsi: Unlock before return on error path.
Fix defect reported by Coverity Scan.
Missing unlock (LOCK) missing_unlock: Returning without unlocking wsi->wait_mutex.
Fixes: 4885e63a ("vulkan/wsi: implement missing wsi_register_device_event") Signed-off-by: Vinson Lee vlee@freedesktop.org