2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/mux
Krzysztof Kozlowski 9761037d28 mux: adgs1408: fix Wvoid-pointer-to-enum-cast warning
'chip_id' is an enum, thus cast of pointer on 64-bit compile test with
W=1 causes:

  adgs1408.c:63:12: error: cast to smaller integer type 'enum adgs1408_chip_id' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]

Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20250501181819.164207-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
2025-05-08 17:12:08 +02:00
..
adg792a.c mux: adg792a: remove incorrect of_match_ptr annotation 2025-05-01 19:43:43 +02:00
adgs1408.c mux: adgs1408: fix Wvoid-pointer-to-enum-cast warning 2025-05-08 17:12:08 +02:00
core.c mux: constify mux class 2025-01-10 10:15:04 +01:00
gpio.c mux: gpio: add optional regulator support 2025-05-08 14:55:36 +02:00
Kconfig mux: mmio: drop obsolete dependency on COMPILE_TEST 2023-06-01 07:19:51 +01:00
Makefile mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux 2018-08-02 10:23:02 +02:00
mmio.c mux: mmio: Do not use syscon helper to build regmap 2025-05-01 19:47:35 +02:00