CC: [email protected]
TO: [email protected]
TO: Guenter Roeck <[email protected]>

From: kernel test robot <[email protected]>

drivers/gpu/drm/mediatek/mtk_dp.c:1980:2-3: Unneeded semicolon
drivers/gpu/drm/mediatek/mtk_dp.c:2014:4-5: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Jitao Shi <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel 
chromeos-5.10
head:   3246f4ed0d71058d829b29bccc2454d305bec8ea
commit: 9fc1f39630d4af841f63428a2cc6cdf6834c1865 [56/90] BACKPORT: FROMLIST: 
drm/mediatek: Add mt8195 DisplayPort driver
:::::: branch date: 10 days ago
:::::: commit date: 10 days ago

 mtk_dp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/gpu/drm/mediatek/mtk_dp.c
+++ b/drivers/gpu/drm/mediatek/mtk_dp.c
@@ -1977,7 +1977,7 @@ static int mtk_dp_train_start(struct mtk
        default:
                mtk_dp->train_info.link_rate = MTK_DP_LINKRATE_HBR3;
                break;
-       };
+       }
 
        max_link_rate = link_rate;
        for (train_limit = 0; train_limit <= 6; ++train_limit) {
@@ -2011,7 +2011,7 @@ static int mtk_dp_train_start(struct mtk
                                break;
                        default:
                                return -EINVAL;
-                       };
+                       }
                } else if (!mtk_dp->train_info.eq_done) {
                        lane_count /= 2;
                        if (lane_count == 0)
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to