diff options
| author | Petr Cvek <[email protected]> | 2017-05-01 01:21:57 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-06-06 07:41:10 -0300 |
| commit | ce550362c5cf1e50f8116ba00f2e5bdb3ed151dd (patch) | |
| tree | a681bf8c351166e3c629c4375c1c56773bd1985f /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | a065c2e52744b302d408436fbc1f153696ae0bd0 (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 <[email protected]>
Acked-by: Robert Jarzmik <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions