瀏覽代碼

ARM: sunxi: mc-smp: Fix "lookback" typo

The sunxi_mc_smp_lookback function is modeled after the mcpm_loopback
function in the MCPM framework. "lookback" was a typo introduced when
the new function was added.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Chen-Yu Tsai 7 年之前
父節點
當前提交
c161daea99
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/arm/mach-sunxi/mc_smp.c

+ 2 - 2
arch/arm/mach-sunxi/mc_smp.c

@@ -659,7 +659,7 @@ static int __init nocache_trampoline(unsigned long __unused)
 	BUG();
 	BUG();
 }
 }
 
 
-static int __init sunxi_mc_smp_lookback(void)
+static int __init sunxi_mc_smp_loopback(void)
 {
 {
 	int ret;
 	int ret;
 
 
@@ -749,7 +749,7 @@ static int __init sunxi_mc_smp_init(void)
 	}
 	}
 
 
 	/* Configure CCI-400 for boot cluster */
 	/* Configure CCI-400 for boot cluster */
-	ret = sunxi_mc_smp_lookback();
+	ret = sunxi_mc_smp_loopback();
 	if (ret) {
 	if (ret) {
 		pr_err("%s: failed to configure boot cluster: %d\n",
 		pr_err("%s: failed to configure boot cluster: %d\n",
 		       __func__, ret);
 		       __func__, ret);