Commit 08d90c81 authored by Colin Ian King's avatar Colin Ian King Committed by Ralf Baechle

MIPS: ralink: Fix incorrect assignment on ralink_soc

ralink_soc sould be assigned to RT3883_SOC, replace incorrect
comparision with assignment.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Fixes: 418d29c8 ("MIPS: ralink: Unify SoC id handling")
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14903/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 48ed33c1
......@@ -157,5 +157,5 @@ void prom_soc_init(struct ralink_soc_info *soc_info)
rt2880_pinmux_data = rt3883_pinmux_data;
ralink_soc == RT3883_SOC;
ralink_soc = RT3883_SOC;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment