forked from Minki/linux
[SCSI] esas2r: Remove null test for stack allocated fw_coredump_buffer
Reported-by: Dave Jones <davej@redhat.com> Signed-off-by: Bradley Grove <bgrove@attotech.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
ef11851b34
commit
4079bc8b7d
@ -1551,8 +1551,7 @@ void esas2r_reset_chip(struct esas2r_adapter *a)
|
||||
* to not overwrite a previous crash that was saved.
|
||||
*/
|
||||
if ((a->flags2 & AF2_COREDUMP_AVAIL)
|
||||
&& !(a->flags2 & AF2_COREDUMP_SAVED)
|
||||
&& a->fw_coredump_buff) {
|
||||
&& !(a->flags2 & AF2_COREDUMP_SAVED)) {
|
||||
esas2r_read_mem_block(a,
|
||||
a->fw_coredump_buff,
|
||||
MW_DATA_ADDR_SRAM + 0x80000,
|
||||
|
Loading…
Reference in New Issue
Block a user