diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:09 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:17 -0600 |
commit | abd149a6b356bf8046310f2d7e0cc0cf5c3a8f86 (patch) | |
tree | f4e10ac1833c531813e2bed62b0369a1113700ca /arch/arm/mach-imx/cache.c | |
parent | 4d1778e2e33776ea2e4d98fc80884b3e1566fd0c (diff) |
arm: mach: imx: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm/mach-imx/cache.c')
-rw-r--r-- | arch/arm/mach-imx/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/cache.c b/arch/arm/mach-imx/cache.c index b368db49fce..7b3eacb43ed 100644 --- a/arch/arm/mach-imx/cache.c +++ b/arch/arm/mach-imx/cache.c @@ -86,7 +86,6 @@ void v7_outer_cache_enable(void) struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; unsigned int val, cache_id; - /* * Must disable the L2 before changing the latency parameters * and auxiliary control register. |