git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff49896
)
dma: cppi41: off by one in desc_to_chan()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 28 Aug 2013 10:48:44 +0000
(13:48 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 22:46:33 +0000
(15:46 -0700)
The test here should be ">=" instead of ">". The cdd->chan_busy[] array
has "ALLOC_DECS_NUM" elements.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/cppi41.c
patch
|
blob
|
history
diff --cc
drivers/dma/cppi41.c
Simple merge