On Thu, Aug 10, 2023 at 11:31:43AM +0200, Krzysztof Kozlowski wrote: > 'chip' is an enum, thus cast of pointer on 64-bit compile test with W=1 > causes: > > adt7475.c:1655:10: error: cast to smaller integer type 'enum chips' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast] > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Series applied. Thanks, Guenter