]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ufs: mediatek: clean up zero terminator
authorDavid Lechner <dlechner@baylibre.com>
Mon, 30 Mar 2026 20:42:14 +0000 (15:42 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Fri, 17 Apr 2026 22:05:54 +0000 (17:05 -0500)
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>
drivers/ufs/ufs-mediatek.c

index 2cf65a3185ca19f969bd8938c3fcaaee33cf7e3a..268627d5863444a1b190fd5d89a88556b195475d 100644 (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) = {