[PATCH] drm/msm/mdp5: fix semicolon.cocci warning
Rob Clark
robdclark at gmail.com
Wed Jan 31 16:46:28 UTC 2018
On Mon, Jan 22, 2018 at 2:36 AM, Julia Lawall <julia.lawall at lip6.fr> wrote:
> From: Fengguang Wu <fengguang.wu at intel.com>
>
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
> Signed-off-by: Julia Lawall <julia.lawall at lip6.fr>
Hi, looks like Luis already sent the same patch a few days earlier, so
I've picked up that one, plus your hdmi semicolon patch in msm-next
Thanks
BR,
-R
> ---
>
> v2: Fix driver name in subject line
>
> url:
> https://github.com/0day-ci/linux/commits/Laurent-Pinchart/Cargo-cult-cleanup-in-atomic-drivers/20180120-183018
> base: git://people.freedesktop.org/~airlied/linux.git drm-next
> :::::: branch date: 3 hours ago
> :::::: commit date: 3 hours ago
>
> mdp5_kms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
> +++ b/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
> @@ -680,7 +680,7 @@ struct msm_kms *mdp5_kms_init(struct drm
> } else {
> dev_info(&pdev->dev,
> "no iommu, fallback to phys contig buffers for scanout\n");
> - aspace = NULL;;
> + aspace = NULL;
> }
>
> pm_runtime_put_sync(&pdev->dev);
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list