diff options
| -rw-r--r-- | drivers/mux/adgs1408.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/adgs1408.c b/drivers/mux/adgs1408.c index 5386cfedcb06..5eaf07d09ac9 100644 --- a/drivers/mux/adgs1408.c +++ b/drivers/mux/adgs1408.c @@ -59,7 +59,7 @@ static int adgs1408_probe(struct spi_device *spi) s32 idle_state; int ret; - chip_id = (enum adgs1408_chip_id)spi_get_device_match_data(spi); + chip_id = (kernel_ulong_t)spi_get_device_match_data(spi); mux_chip = devm_mux_chip_alloc(dev, 1, 0); if (IS_ERR(mux_chip)) |
