* [PATCH] drm/bridge/tc358775: Fix semicolon
@ 2020-08-27 8:26 Vinay Simha BN
0 siblings, 0 replies; only message in thread
From: Vinay Simha BN @ 2020-08-27 8:26 UTC (permalink / raw)
Cc: Jernej Skrabec, Jonas Karlman, David Airlie, Neil Armstrong,
open list, open list:DRM DRIVERS, Andrzej Hajda, Laurent Pinchart,
Vinay Simha BN
Remove unneded semicolon
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Vinay Simha BN <simhavcs@gmail.com>
---
drivers/gpu/drm/bridge/tc358775.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/tc358775.c b/drivers/gpu/drm/bridge/tc358775.c
index d951cdc..2272adc 100644
--- a/drivers/gpu/drm/bridge/tc358775.c
+++ b/drivers/gpu/drm/bridge/tc358775.c
@@ -485,7 +485,7 @@ static void tc_bridge_enable(struct drm_bridge *bridge)
val |= TC358775_LVCFG_PCLKDIV(DIVIDE_BY_6);
} else {
val |= TC358775_LVCFG_PCLKDIV(DIVIDE_BY_3);
- };
+ }
d2l_write(tc->i2c, LVCFG, val);
}
--
2.1.2
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-28 7:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-27 8:26 [PATCH] drm/bridge/tc358775: Fix semicolon Vinay Simha BN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox