linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iommu/mediatek: fix semicolon code style issue
@ 2019-02-28 14:45 Yang Wei
  2019-03-01  9:18 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Wei @ 2019-02-28 14:45 UTC (permalink / raw)
  To: iommu
  Cc: joro, albin_yang, yang.wei9, linux-mediatek, matthias.bgg,
	linux-arm-kernel

From: Yang Wei <yang.wei9@zte.com.cn>

Delete a superfluous semicolon in mtk_iommu_add_device().

Signed-off-by: Yang Wei <yang.wei9@zte.com.cn>
---
 drivers/iommu/mtk_iommu_v1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/mtk_iommu_v1.c b/drivers/iommu/mtk_iommu_v1.c
index 7e0df67..52b01e3 100644
--- a/drivers/iommu/mtk_iommu_v1.c
+++ b/drivers/iommu/mtk_iommu_v1.c
@@ -474,7 +474,7 @@ static int mtk_iommu_add_device(struct device *dev)
 		return err;
 	}
 
-	return iommu_device_link(&data->iommu, dev);;
+	return iommu_device_link(&data->iommu, dev);
 }
 
 static void mtk_iommu_remove_device(struct device *dev)
-- 
2.7.4



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iommu/mediatek: fix semicolon code style issue
  2019-02-28 14:45 [PATCH] iommu/mediatek: fix semicolon code style issue Yang Wei
@ 2019-03-01  9:18 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2019-03-01  9:18 UTC (permalink / raw)
  To: Yang Wei; +Cc: matthias.bgg, yang.wei9, iommu, linux-mediatek, linux-arm-kernel

On Thu, Feb 28, 2019 at 10:45:01PM +0800, Yang Wei wrote:
> From: Yang Wei <yang.wei9@zte.com.cn>
> 
> Delete a superfluous semicolon in mtk_iommu_add_device().
> 
> Signed-off-by: Yang Wei <yang.wei9@zte.com.cn>
> ---
>  drivers/iommu/mtk_iommu_v1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-01  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 14:45 [PATCH] iommu/mediatek: fix semicolon code style issue Yang Wei
2019-03-01  9:18 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).