diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-05-17 10:13:40 +0300 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 11:52:20 +0100 |
commit | 841f97bffc11daaef9eb28d201be25b1509db97d (patch) | |
tree | 45b9a5843858874093b0cd6ddc2a8e602d265ece /drivers/scsi/hpsa.c | |
parent | 83ff74e33849cd5592efa1ea583175600b6a485e (diff) | |
download | blackbird-obmc-linux-841f97bffc11daaef9eb28d201be25b1509db97d.tar.gz blackbird-obmc-linux-841f97bffc11daaef9eb28d201be25b1509db97d.zip |
[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>
Diffstat (limited to 'drivers/scsi/hpsa.c')
0 files changed, 0 insertions, 0 deletions