Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 27 Apr 2025 10:51:07 +0000 (12:51 +0200)
committer
Mark Brown <broonie@kernel.org>
Thu, 1 May 2025 20:38:52 +0000 (05:38 +0900)
'devid' is an enum, thus cast of pointer on 64-bit compile test with
clang and W=1 causes:
tas2764.c:879:19: error: cast to smaller integer type 'enum tas2764_devid' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]
One of the discussions in 2023 on LKML suggested warning is not suitable
for kernel. Nothing changed in this regard for more than a year, so
assume the warning will stay and we want to have warnings-free builds.