summaryrefslogtreecommitdiff
path: root/drivers/ntb
diff options
context:
space:
mode:
authorPetr Cvek <petr.cvek@tul.cz>2017-05-01 01:21:57 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-06 07:41:10 -0300
commitce550362c5cf1e50f8116ba00f2e5bdb3ed151dd (patch)
treea681bf8c351166e3c629c4375c1c56773bd1985f /drivers/ntb
parenta065c2e52744b302d408436fbc1f153696ae0bd0 (diff)
[media] pxa_camera: Fix a call with an uninitialized device pointer
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@tul.cz> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/ntb')
0 files changed, 0 insertions, 0 deletions