On Tue, 17 Feb 2009, Robert Jarzmik wrote: > Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> writes: > > > Call icl->reset() on mt9m111_reset(). > > > > Signed-off-by: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> > > > > diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c > > index c043f62..92dd7f3 100644 > > --- a/drivers/media/video/mt9m111.c > > +++ b/drivers/media/video/mt9m111.c > > @@ -393,6 +393,8 @@ static int mt9m111_disable(struct soc_camera_device *icd) > > > > static int mt9m111_reset(struct soc_camera_device *icd) > > { > > + struct mt9m111 *mt9m111 = container_of(icd, struct mt9m111, icd); > > + struct soc_camera_link *icl = mt9m111->client->dev.platform_data; > > int ret; > > > > ret = reg_set(RESET, MT9M111_RESET_RESET_MODE); > > @@ -401,6 +403,10 @@ static int mt9m111_reset(struct soc_camera_device *icd) > > if (!ret) > > ret = reg_clear(RESET, MT9M111_RESET_RESET_MODE > > | MT9M111_RESET_RESET_SOC); > > + > > + if (icl->reset) > > + icl->reset(&mt9m111->client->dev); > > + > > return ret; > > } > > > > Acked-by: Robert Jarzmik <robert.jarzmik@xxxxxxx> > > Guennadi, would you queue that up for next, please ? Queued. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html