On 26/09/17 00:25, Sakari Ailus wrote: > Parse async sub-devices related to the sensor by switching the async > sub-device registration function. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > --- > drivers/media/i2c/et8ek8/et8ek8_driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/i2c/et8ek8/et8ek8_driver.c b/drivers/media/i2c/et8ek8/et8ek8_driver.c > index c14f0fd6ded3..e9eff9039ef5 100644 > --- a/drivers/media/i2c/et8ek8/et8ek8_driver.c > +++ b/drivers/media/i2c/et8ek8/et8ek8_driver.c > @@ -1453,7 +1453,7 @@ static int et8ek8_probe(struct i2c_client *client, > goto err_mutex; > } > > - ret = v4l2_async_register_subdev(&sensor->subdev); > + ret = v4l2_async_register_subdev_sensor_common(&sensor->subdev); > if (ret < 0) > goto err_entity; > > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html