Dne 2.5.2017 v 16:53 Robert Jarzmik napsal(a): > Petr Cvek <petr.cvek@xxxxxx> writes: > >> In 'commit 295ab497d6357 ("[media] media: platform: pxa_camera: make >> printk consistent")' a pointer to the device structure in >> mclk_get_divisor() was changed to pcdev_to_dev(pcdev). The pointer used >> by pcdev_to_dev() is still uninitialized during the call to >> mclk_get_divisor() as it happens in v4l2_device_register() at the end >> of the probe. The dev_warn and dev_dbg caused a line in the log: >> >> (NULL device *): Limiting master clock to 26000000 >> >> Fix this by using an initialized pointer from the platform_device >> (as before the old patch). >> >> Signed-off-by: Petr Cvek <petr.cvek@xxxxxx> > Right, would be good to add to the commit message : > Fixes: 295ab497d635 ("[media] media: platform: pxa_camera: make printk consistent") > OK I will add it in v2.