Loading arch/arc/mm/dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, if (is_isa_arcv2() && ioc_enable && coherent) dev->dma_coherent = true; dev_info(dev, "use %sncoherent DMA ops\n", dev_info(dev, "use %scoherent DMA ops\n", dev->dma_coherent ? "" : "non"); } Loading Loading
arch/arc/mm/dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, if (is_isa_arcv2() && ioc_enable && coherent) dev->dma_coherent = true; dev_info(dev, "use %sncoherent DMA ops\n", dev_info(dev, "use %scoherent DMA ops\n", dev->dma_coherent ? "" : "non"); } Loading