qla4xxx: check the return value of dma_alloc_coherent()
authorMaurizio Lombardi <mlombard@redhat.com>
Mon, 28 Jul 2014 12:55:27 +0000 (14:55 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Jul 2014 11:49:37 +0000 (07:49 -0400)
the qla4xxx_alloc_fw_dump() calls dma_alloc_coherent() but does not
check its return value.

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Acked-By: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

No differences found