On Fri, 11 Dec 2020 10:07:32 +0200 Alexandru Ardelean <ardeleanalex@xxxxxxxxx> wrote: > On Thu, Dec 10, 2020 at 10:42 PM Gwendal Grignou <gwendal@xxxxxxxxxxxx> wrote: > > > > Already done in boiler plate code > > Reviewed-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> All the ones I haven't otherwise commented on look good to me. Thanks for tidying this up. Jonathan > > > > > Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > > --- > > drivers/iio/proximity/as3935.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/iio/proximity/as3935.c b/drivers/iio/proximity/as3935.c > > index b79ada839e01..edc4a35ae66d 100644 > > --- a/drivers/iio/proximity/as3935.c > > +++ b/drivers/iio/proximity/as3935.c > > @@ -411,7 +411,6 @@ static int as3935_probe(struct spi_device *spi) > > > > st->trig = trig; > > st->noise_tripped = jiffies - HZ; > > - trig->dev.parent = indio_dev->dev.parent; > > iio_trigger_set_drvdata(trig, indio_dev); > > trig->ops = &iio_interrupt_trigger_ops; > > > > -- > > 2.29.2.576.ga3fc446d84-goog > >