Message ID | 20201210204211.967018-8-gwendal@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: Set default trigger device parent | expand |
On Thu, Dec 10, 2020 at 10:42 PM Gwendal Grignou <gwendal@chromium.org> wrote: > > Already done in boiler plate code Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com> > > Signed-off-by: Gwendal Grignou <gwendal@chromium.org> > --- > 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 >
On Fri, 11 Dec 2020 10:07:32 +0200 Alexandru Ardelean <ardeleanalex@gmail.com> wrote: > On Thu, Dec 10, 2020 at 10:42 PM Gwendal Grignou <gwendal@chromium.org> wrote: > > > > Already done in boiler plate code > > Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com> 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@chromium.org> > > --- > > 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 > >
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;
Already done in boiler plate code Signed-off-by: Gwendal Grignou <gwendal@chromium.org> --- drivers/iio/proximity/as3935.c | 1 - 1 file changed, 1 deletion(-)