On Tue, 3 Aug 2010, Michael Grzeschik wrote: > ported mx27_camera to 2.6.33.2 Sorry, do not understand what this description has to do with the contents - adding a printk to a driver? I don't think this is something critical enough to be handled urgently now for 2.6.36, right? Thanks Guennadi > Signed-off-by: Teresa Gamez <T.Gamez@xxxxxxxxx> > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > --- > drivers/media/video/mx2_camera.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c > index 7f27492..fb1b1cb 100644 > --- a/drivers/media/video/mx2_camera.c > +++ b/drivers/media/video/mx2_camera.c > @@ -1360,6 +1360,9 @@ static int __devinit mx2_camera_probe(struct platform_device *pdev) > goto exit_dma_free; > } > > + dev_info(&pdev->dev, "Camera clock frequency: %ld\n", > + clk_get_rate(pcdev->clk_csi)); > + > INIT_LIST_HEAD(&pcdev->capture); > INIT_LIST_HEAD(&pcdev->active_bufs); > spin_lock_init(&pcdev->lock); > -- > 1.7.1 > > --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- 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