We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a875640 commit 702a095Copy full SHA for 702a095
drivers/mux/adgs1408.c
@@ -59,9 +59,7 @@ static int adgs1408_probe(struct spi_device *spi)
59
s32 idle_state;
60
int ret;
61
62
- chip_id = (enum adgs1408_chip_id)device_get_match_data(dev);
63
- if (!chip_id)
64
- chip_id = spi_get_device_id(spi)->driver_data;
+ chip_id = (enum adgs1408_chip_id)spi_get_device_match_data(spi);
65
66
mux_chip = devm_mux_chip_alloc(dev, 1, 0);
67
if (IS_ERR(mux_chip))
0 commit comments