> -----Original Message-----
> From: Emil Medve [mailto:[email protected]]
> Sent: Wednesday, January 28, 2015 8:05 PM
> To: [email protected]; [email protected]; [email protected];
> Sethi Varun-B16395
> Cc: Medve Emilian-EMMEDVE1
> Subject: [PATCH 24/26] iommu/fsl: Remove unneeded semicolon
>
> drivers/iommu/fsl_pamu_domain.c:859:2-3: Unneeded semicolon
> drivers/iommu/fsl_pamu_domain.c:833:2-3: Unneeded semicolon
>
> Signed-off-by: Emil Medve <[email protected]>
> ---
> drivers/iommu/fsl_pamu_domain.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/iommu/fsl_pamu_domain.c
> b/drivers/iommu/fsl_pamu_domain.c index 38c26be..ebbc396 100644
> --- a/drivers/iommu/fsl_pamu_domain.c
> +++ b/drivers/iommu/fsl_pamu_domain.c
> @@ -830,7 +830,7 @@ static int fsl_pamu_set_domain_attr(struct
> iommu_domain *domain,
> pr_debug("Unsupported attribute type\n");
> ret = -EINVAL;
> break;
> - };
> + }
>
> return ret;
> }
> @@ -856,7 +856,7 @@ static int fsl_pamu_get_domain_attr(struct
> iommu_domain *domain,
> pr_debug("Unsupported attribute type\n");
> ret = -EINVAL;
> break;
> - };
> + }
>
> return ret;
> }
> --
> 2.2.2
Acked-by: Varun Sethi <[email protected]>
_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu