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:
4c14372
)
dma: sirf: use NULL instead of 0
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 6 Aug 2013 10:37:56 +0000
(19:37 +0900)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 13 Aug 2013 11:24:42 +0000
(16:54 +0530)
sirfsoc_dma_prep_cyclic() returns pointer, thus NULL should be
used instead of 0 in order to fix the following sparse warning:
drivers/dma/sirf-dma.c:598:24: warning: Using plain integer as NULL pointer
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found