aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-05-12 22:54:57 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-05-17 09:10:22 +0200
commitf9628c2a8ecce1d9fbd74893e42bb0edd4c30fd4 (patch)
tree446e32e47f4c0a2180656d3d0b858ff497974bc4 /drivers/gpu/drm/exynos
parentdrm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs() (diff)
downloadlinux-dev-f9628c2a8ecce1d9fbd74893e42bb0edd4c30fd4.tar.xz
linux-dev-f9628c2a8ecce1d9fbd74893e42bb0edd4c30fd4.zip
drm/exynos/hdmi: add a missing tab
Smatch warns that the if statement isn't indented. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20160512195457.GA19095@mwanda
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 6cd09944405f..58de5a430508 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -1626,7 +1626,7 @@ static int hdmi_clk_init(struct hdmi_context *hdata)
clks = devm_kzalloc(dev, sizeof(*clks) * count, GFP_KERNEL);
if (!clks)
- return -ENOMEM;
+ return -ENOMEM;
hdata->clk_gates = clks;
hdata->clk_muxes = clks + drv_data->clk_gates.count;