commit | 1a4513b344fe1361ccb4936cf2c0526693297c33 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed Dec 12 14:24:08 2012 +0530 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Dec 14 15:40:50 2012 +0900 |
tree | fe353387de00df5493d3ac7fba967e27977e7dc3 | |
parent | 65da03507735f288b2c6250def1f5142bf6d5667 [diff] |
drm/exynos: hdmi: Fix potential NULL pointer dereference error This is an unlikely case. However to silence the following smatch error add a NULL check: drivers/gpu/drm/exynos/exynos_hdmi.c:2486 hdmi_probe() error: potential NULL dereference 'match'. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>