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:
fce9a74
)
dmaengine: Use Pointer xt after NULL check.
author
Maninder Singh
<maninder1.s@samsung.com>
Fri, 26 Jun 2015 10:34:48 +0000
(16:04 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 7 Jul 2015 04:22:11 +0000
(09:52 +0530)
Removing static analysis error:-
Possible null pointer dereference: xt
Because currently xt is dereferenced before NULL check,
Thus Use it after NULL Check.
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Reviewed-by: Vaneet Narang <v.narang@samsung.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_hdmac.c
patch
|
blob
|
history
diff --cc
drivers/dma/at_hdmac.c
Simple merge