commit | a5c277ec5a331171c6508924ce7767e363bf3a05 | [log] [tgz] |
---|---|---|
author | Maurizio Lombardi <mlombard@redhat.com> | Mon Jul 28 14:55:27 2014 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 30 07:49:37 2014 -0400 |
tree | ce8312cc20a327d56bb086c7de957b9c284903e4 | |
parent | 4d0a21f1fd31adb3ec66db4c1af3856ae0b8549f [diff] |
qla4xxx: check the return value of dma_alloc_coherent() 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>