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:
3a919d5
)
dmaengine: ste_dma40: off by one in d40_of_probe()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 23 Aug 2013 09:23:43 +0000
(12:23 +0300)
committer
Vinod Koul
<vinod.koul@intel.com>
Sun, 25 Aug 2013 10:53:32 +0000
(16:23 +0530)
If "num_disabled" is equal to STEDMA40_MAX_PHYS (32) then we would write
one space beyond the end of the pdata->disable_channels[] array.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found