]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Do not initialise globals to 0
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 21 Apr 2020 11:59:44 +0000 (19:59 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 21 Apr 2020 14:06:45 +0000 (16:06 +0200)
commit457b8f68365fa7e60cf71d95a5a56ed9cee5df46
treef81938ab3cd7e94dcbb926c95ef4f3d378127eb2
parent702ee3b0c15c3ce3a255e174c37d1cf7f74672db
MIPS: Do not initialise globals to 0

Fix the following checkpatch error:

ERROR: do not initialise globals to 0
#834: FILE: arch/mips/kernel/setup.c:834:
+int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/setup.c