commit | 841f97bffc11daaef9eb28d201be25b1509db97d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu May 17 10:13:40 2012 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue May 22 11:52:20 2012 +0100 |
tree | 45b9a5843858874093b0cd6ddc2a8e602d265ece | |
parent | 83ff74e33849cd5592efa1ea583175600b6a485e [diff] |
[SCSI] qla2xxx: don't free pool that wasn't allocated 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>