diff options
author | Huacai Chen <[email protected]> | 2021-05-14 18:32:17 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2021-05-27 12:35:19 +0200 |
commit | 4f5d31ce099ddc7f40c5537a680b91ea87a6c5d4 (patch) | |
tree | 4bac7e4f0dd8c381692fe6f7b0dea44727c4c59c /lib/mpi/mpi-sub-ui.c | |
parent | 69e22d9ff71bae14a5ccaa04e3d15da333ae87d6 (diff) |
MIPS: Loongson64: Remove a "set but not used" variable
This fix build warning:
arch/mips/loongson64/env.c: In function 'prom_init_env':
>> arch/mips/loongson64/env.c:50:14: warning: variable 'device' set but not used [-Wunused-but-set-variable]
50 | u16 vendor, device;
| ^~~~~~
{standard input}: Assembler messages:
{standard input}:788: Error: found '(', expected: ')'
{standard input}:788: Error: found '(', expected: ')'
{standard input}:788: Error: non-constant expression in ".if" statement
{standard input}:788: Error: junk at end of line, first unrecognized character is `('
{standard input}:801: Error: found '(', expected: ')'
{standard input}:801: Error: found '(', expected: ')'
{standard input}:801: Error: non-constant expression in ".if" statement
{standard input}:801: Error: junk at end of line, first unrecognized character is `('
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Huacai Chen <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions