[SCSI] qla2xxx: don't free pool that wasn't allocated
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 May 2012 07:13:40 +0000 (10:13 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 22 May 2012 10:52:20 +0000 (11:52 +0100)
In the original code, if dma_pool_alloc() fails then we call
dma_pool_free().  It causes an error, possibly a NULL dereference.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found