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:
a2a7c17
)
dma: mmp_pdma: Fix physical channel memory allocation size
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Tue, 15 Apr 2014 15:13:35 +0000
(17:13 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Fri, 2 May 2014 15:49:07 +0000
(21:19 +0530)
Use sizeof(*var) instead of sizeof(type) when calling devm_k*alloc().
This avoids using the wrong type as was done to allocate the physical
channels array.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mmp_pdma.c
patch
|
blob
|
history
diff --cc
drivers/dma/mmp_pdma.c
Simple merge