On Sun, May 05, 2024 at 02:08:24PM -0700, John Hubbard wrote:
dump_config_tree() is declared to return an int, but the compiler cannot prove that it always returns any value at all. This leads to a clang warning, when building via:
Reviewed-by: Mark Brown broonie@kernel.org