ufs: mediatek: clean up zero terminator

Remove spurious blank line and trailing comma of the zero terminator at
the end of the devicetree compatible list.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://patch.msgid.link/20260330-mtk-genio-720-ufs-v1-2-3bad8362ed70@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
David Lechner
2026-03-30 15:42:14 -05:00
parent 6dbb7af1f4
commit 7a3b13460b

View File

@@ -397,8 +397,7 @@ static const struct udevice_id ufs_mtk_ids[] = {
{ .compatible = "mediatek,mt6878-ufshci" },
{ .compatible = "mediatek,mt8183-ufshci" },
{ .compatible = "mediatek,mt8195-ufshci" },
{},
{ }
};
U_BOOT_DRIVER(mediatek_ufshci) = {