On 10/21/13 09:25, Sachin Kamat wrote: > of_twl6030_match_tbl is always compiled in. Hence of_match_ptr is > not necessary. > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Applied to the togreg branch of iio.git thanks, > --- > drivers/iio/adc/twl6030-gpadc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c > index 0ea96c0..2edfc7b 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) > int irq; > int ret; > > - match = of_match_device(of_match_ptr(of_twl6030_match_tbl), dev); > + match = of_match_device(of_twl6030_match_tbl, dev); > if (!match) > return -EINVAL; > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html