Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
arch/arm/mach-sunxi/mc_smp.c
··· 659 659 BUG(); 660 660 } 661 661 662 - static int __init sunxi_mc_smp_lookback(void) 662 + static int __init sunxi_mc_smp_loopback(void) 663 663 { 664 664 int ret; 665 665 ··· 749 749 } 750 750 751 751 /* Configure CCI-400 for boot cluster */ 752 - ret = sunxi_mc_smp_lookback(); 752 + ret = sunxi_mc_smp_loopback(); 753 753 if (ret) { 754 754 pr_err("%s: failed to configure boot cluster: %d\n", 755 755 __func__, ret);