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:
7c237c5
)
[SCSI] qla4xxx: don't free NULL dma pool
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 30 Jan 2013 07:07:31 +0000
(10:07 +0300)
committer
James Bottomley
<JBottomley@Parallels.com>
Fri, 22 Feb 2013 11:24:22 +0000
(11:24 +0000)
The error path calls dma_pool_free() on this path but "chap_table" is
NULL and "chap_dma" is uninitialized. It's cleaner to just return
directly.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found