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> > > Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > --- > drivers/iio/light/gp2ap020a00f.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/light/gp2ap020a00f.c b/drivers/iio/light/gp2ap020a00f.c > index e2850c1a7353..d1d9f2d319e4 100644 > --- a/drivers/iio/light/gp2ap020a00f.c > +++ b/drivers/iio/light/gp2ap020a00f.c > @@ -1551,7 +1551,6 @@ static int gp2ap020a00f_probe(struct i2c_client *client, > } > > data->trig->ops = &gp2ap020a00f_trigger_ops; > - data->trig->dev.parent = &data->client->dev; > > init_irq_work(&data->work, gp2ap020a00f_iio_trigger_work); > > -- > 2.29.2.576.ga3fc446d84-goog >