diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
commit | f1aa32d65d31c8f8a43617e724495d0aad011620 (patch) | |
tree | a48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/ddr/marvell/a38x/ddr3_init.c | |
parent | 9b186f68afbf0d08bc5108108c8748b4b0511aee (diff) | |
parent | f553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff) |
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/ddr/marvell/a38x/ddr3_init.c')
-rw-r--r-- | drivers/ddr/marvell/a38x/ddr3_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ddr/marvell/a38x/ddr3_init.c b/drivers/ddr/marvell/a38x/ddr3_init.c index 7c5147f4745..b28b2c73a8b 100644 --- a/drivers/ddr/marvell/a38x/ddr3_init.c +++ b/drivers/ddr/marvell/a38x/ddr3_init.c @@ -75,7 +75,6 @@ int ddr3_init(void) #endif } - status = ddr3_silicon_post_init(); if (MV_OK != status) { printf("DDR3 Post Init - FAILED 0x%x\n", status); @@ -89,7 +88,6 @@ int ddr3_init(void) return status; } - /* Post MC/PHY initializations */ mv_ddr_post_training_soc_config(ddr_type); |