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:
69c9f0a
)
dma: mv_xor: use NULL instead of 0
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 6 Aug 2013 10:37:08 +0000
(19:37 +0900)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 13 Aug 2013 11:24:42 +0000
(16:54 +0530)
%p is used, thus NULL should be used instead of 0
in order to fix the following sparse warning:
drivers/dma/mv_xor.c:648:9: 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