Searched hist:"64 f1d0ff" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ioat/ |
H A D | init.c | 64f1d0ff Thu Aug 20 10:44:14 CDT 2015 Dave Jiang <dave.jiang@intel.com> dmaengine: ioatdma: fix coccinelle warning
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 <dave.jiang@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> 64f1d0ff Thu Aug 20 10:44:14 CDT 2015 Dave Jiang <dave.jiang@intel.com> dmaengine: ioatdma: fix coccinelle warning 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 <dave.jiang@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|