00cd3f7d13
Should help some compilers/static analyzers understand this code and avoid things like this: ../src/intel/tools/aubinator_error_decode.c:850:19: warning: "path" may be used uninitialized in this function [-Wmaybe-uninitialized] 850 | ret = asprintf(&filename, "%s/%d/i915_error_state", path, minor); Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7994>