Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] csiostor: Don't leak mem or fail to release firmware in csio_h…
…w_flash_config() If kzalloc() or csio_hw_check_fwconfig() fail we may leave the csio_hw_flash_config() function without freeing allocated memory or firmware. This should take care of the leaks. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Acked-by: Naresh Kumar Inna <naresh@chelsio.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
- Loading branch information