Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cb0a67d authored by Giridhar Malavali's avatar Giridhar Malavali Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix to include FCE data as part of dump.

parent c142caf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ qla25xx_copy_fce(struct qla_hw_data *ha, void *ptr, uint32_t **last_chain)

	memcpy(iter_reg, ha->fce, ntohl(fcec->size));

	return iter_reg;
	return (char *)iter_reg + ntohl(fcec->size);
}

static inline void *