Skip to content

Commit 6bdabdd

Browse files
hidrv4Chun-Kuang Hu
authored andcommitted
drm/mediatek: dp: Remove extra semicolon
Remove unnecessary semicolon at the end of switch block closing brace. Issue identified using semicolon Coccinelle semantic patch. Signed-off-by: Deepak R Varma <drv@mailo.com> Link: https://patchwork.kernel.org/project/linux-mediatek/patch/Y8LNIt97qxLk8e70@ubun2204.myguest.virtualbox.org/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent 807e2f3 commit 6bdabdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/mediatek/mtk_dp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ static int mtk_dp_training(struct mtk_dp *mtk_dp)
16931693
break;
16941694
default:
16951695
return -EINVAL;
1696-
};
1696+
}
16971697
continue;
16981698
}
16991699

0 commit comments

Comments
 (0)