drm/exynos/hdmi: add a missing tab
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 May 2016 19:54:57 +0000 (22:54 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 May 2016 07:10:22 +0000 (09:10 +0200)
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
drivers/gpu/drm/exynos/exynos_hdmi.c

index 6cd0994..58de5a4 100644 (file)
@@ -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;