Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git

+1 -1
+1 -1
drivers/dma/dmatest.c
··· 599 599 } 600 600 if (dma_has_cap(DMA_PQ, dma_dev->cap_mask)) { 601 601 cnt = dmatest_add_threads(dtc, DMA_PQ); 602 - thread_count += cnt > 0 ?: 0; 602 + thread_count += cnt > 0 ? cnt : 0; 603 603 } 604 604 605 605 pr_info("dmatest: Started %u threads using %s\n",