diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-09-30 13:38:40 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-10-04 11:30:28 +0300 |
commit | bebf00512cc2c2a942a6dc47674bf44b7a3cb681 (patch) | |
tree | e554ee7a6fbb1c40480b425a155388fd99b68259 /drivers/dma-buf | |
parent | 9c5fa79f802a8e832415dafffc3954872eec6740 (diff) |
drm/omap: hdmi4: fix use of uninitialized var
If use_mclk is false, mclk_mode is written to a register without
initialization. This doesn't cause any ill effects as the written value
is not used when use_mclk is false.
To fix this, write use_mclk only when use_mclk is true.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190930103840.18970-8-tomi.valkeinen@ti.com
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/dma-buf')
0 files changed, 0 insertions, 0 deletions