OSDN Git Service

MIPS: Loongson64: Remove a "set but not used" variable
authorHuacai Chen <chenhuacai@loongson.cn>
Fri, 14 May 2021 10:32:17 +0000 (18:32 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 27 May 2021 10:35:19 +0000 (12:35 +0200)
commit4f5d31ce099ddc7f40c5537a680b91ea87a6c5d4
tree4bac7e4f0dd8c381692fe6f7b0dea44727c4c59c
parent69e22d9ff71bae14a5ccaa04e3d15da333ae87d6
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 <lkp@intel.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/loongson64/env.c