[patch] drm/exynos/hdmi: add a missing tab
Daniel Vetter
daniel at ffwll.ch
Tue May 17 07:10:41 UTC 2016
On Thu, May 12, 2016 at 10:54:57PM +0300, Dan Carpenter wrote:
> Smatch warns that the if statement isn't indented.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Applied to drm-misc, thanks.
-Daniel
>
> diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
> index 0f87acb..748e62f 100644
> --- a/drivers/gpu/drm/exynos/exynos_hdmi.c
> +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
> @@ -1612,7 +1612,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;
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list