[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1804120750520.3559@hadrien>
Date: Thu, 12 Apr 2018 07:52:18 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Joel Stanley <joel@....id.au>
cc: David Airlie <airlied@...ux.ie>, Andrew Jeffery <andrew@...id.au>,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
kbuild-all@...org
Subject: [PATCH] drm: fix semicolon.cocci warnings
From: Fengguang Wu <fengguang.wu@...el.com>
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 6784ac15bc68 ("drm: Add ASPEED GFX driver")
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
---
aspeed_gfx_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
+++ b/drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
@@ -203,7 +203,7 @@ static irqreturn_t aspeed_gfx_irq_handle
drm_crtc_handle_vblank(&priv->pipe.crtc);
writel(reg, priv->base + CRT_CTRL1);
return IRQ_HANDLED;
- };
+ }
return IRQ_NONE;
}
Powered by blists - more mailing lists