mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-23 18:32:07 +01:00
ufs: amd-versal2: Fix indent
Fix indent, use tabs. No functional change. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Link: https://patch.msgid.link/20251028142335.18125-4-marek.vasut+renesas@mailbox.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
1de63f1be4
commit
6104ae290e
@ -330,7 +330,7 @@ static int ufs_versal2_init(struct ufs_hba *hba)
|
||||
return PTR_ERR(priv->rstphy);
|
||||
}
|
||||
|
||||
ret = zynqmp_pm_ufs_cal_reg(&cal);
|
||||
ret = zynqmp_pm_ufs_cal_reg(&cal);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
@ -567,9 +567,9 @@ static const struct udevice_id ufs_versal2_ids[] = {
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(ufs_versal2_pltfm) = {
|
||||
.name = "ufs-versal2-pltfm",
|
||||
.id = UCLASS_UFS,
|
||||
.of_match = ufs_versal2_ids,
|
||||
.probe = ufs_versal2_probe,
|
||||
.bind = ufs_versal2_bind,
|
||||
.name = "ufs-versal2-pltfm",
|
||||
.id = UCLASS_UFS,
|
||||
.of_match = ufs_versal2_ids,
|
||||
.probe = ufs_versal2_probe,
|
||||
.bind = ufs_versal2_bind,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user