anv/android: Fix type error in call to vk_errorf()
authorChad Versace <chadversary@chromium.org>
Thu, 28 Jun 2018 03:22:23 +0000 (20:22 -0700)
committerChad Versace <chadversary@chromium.org>
Wed, 11 Jul 2018 18:09:19 +0000 (11:09 -0700)
commitbe5fc0d7f114250d37597b38ef53711f2f66bc4f
tree652da4ae66e52aa53b61ad9f5ee477aa7a2c4c01
parent8e403bc959dee007cad58742147fa118202ccb03
anv/android: Fix type error in call to vk_errorf()

In a single call to vk_errorf() in the Android code, the arguments were
swapped. The bug has existed since day one. Chrome OS used to forgive
the warning, but it is now a compilation error.

CC: <mesa-stable@lists.freedesktop.org>
Fixes: 053d4c32 "anv: Implement VK_ANDROID_native_buffer (v9)"
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/intel/vulkan/anv_android.c