MIPS: ralink: Fix invalid assignment of SoC type
Commit 418d29c870
("MIPS: ralink: Unify SoC id handling") introduced
broken code. We obviously need to assign the value.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11993/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
fad2522272
commit
0af3a40f09
|
@ -119,5 +119,5 @@ void prom_soc_init(struct ralink_soc_info *soc_info)
|
|||
soc_info->mem_size_max = RT2880_MEM_SIZE_MAX;
|
||||
|
||||
rt2880_pinmux_data = rt2880_pinmux_data_act;
|
||||
ralink_soc == RT2880_SOC;
|
||||
ralink_soc = RT2880_SOC;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue