From 2d17f7fb693bfb197d1e7007f2060deba78ae675 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 28 Aug 2013 13:48:44 +0300 Subject: [PATCH] dma: cppi41: off by one in desc_to_chan() The test here should be ">=" instead of ">". The cdd->chan_busy[] array has "ALLOC_DECS_NUM" elements. Signed-off-by: Dan Carpenter Acked-by: Vinod Koul Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed