mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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) = {
|
||||
|
||||
Reference in New Issue
Block a user