aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/adc/twl6030-gpadc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c
index 0ea96c058c08..2edfc7bd4f63 100644
--- a/drivers/iio/adc/twl6030-gpadc.c
+++ b/drivers/iio/adc/twl6030-gpadc.c
@@ -887,7 +887,7 @@ static int twl6030_gpadc_probe(struct platform_device *pdev)
887 int irq; 887 int irq;
888 int ret; 888 int ret;
889 889
890 match = of_match_device(of_match_ptr(of_twl6030_match_tbl), dev); 890 match = of_match_device(of_twl6030_match_tbl, dev);
891 if (!match) 891 if (!match)
892 return -EINVAL; 892 return -EINVAL;
893 893