]> git.baikalelectronics.ru Git - kernel.git/commit
mips: setup: fix setnocoherentio() boolean setting
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 21 Feb 2022 17:50:29 +0000 (09:50 -0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 22 Feb 2022 08:35:02 +0000 (09:35 +0100)
commit4382077a14a0f6b46ba3b34c318130a8b2563238
tree2d934ab4ea4daa076037fabccc95fe482bc6087c
parent6d8946b0cec64d7ad335c6ca39f397f5f7a22b10
mips: setup: fix setnocoherentio() boolean setting

Correct a typo/pasto: setnocoherentio() should set
dma_default_coherent to false, not true.

Fixes: 1d987af326f5 ("MIPS: refactor the runtime coherent vs noncoherent DMA indicators")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/setup.c