Tag: 64f1d0ffbaaccf2ddaf02d3ebf67bf9044cb4db4

dmaengine: ioatdma: fix coccinelle warning

Author: Dave Jiang <dave.jiang@intel.com> Simplifying the end return. This existed in the original code but was flagged when refactoring of the code made it appear it’s new. coccinelle warnings: (new ones prefixed by >>) >> drivers/dma/ioat/init.c:1018:1-3: WARNING: end returns can be simpified Signed-off-by: Dave Jiang Signed-off-by: Vinod Koul — drivers/dma/ioat/init.c | 7 +++—- 1 file …

Continue reading