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>
This commit is contained in:
Deepak R Varma 2023-01-14 21:11:22 +05:30 committed by Chun-Kuang Hu
parent 807e2f3f58
commit 6bdabdd245
1 changed files with 1 additions and 1 deletions

View File

@ -1693,7 +1693,7 @@ static int mtk_dp_training(struct mtk_dp *mtk_dp)
break;
default:
return -EINVAL;
};
}
continue;
}