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

Commit 6f3d828f authored by Anil Gurumurthy's avatar Anil Gurumurthy Committed by James Bottomley
Browse files

bfa: Fix incorrect de-reference of pointer

parent b7f4d634
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3878,7 +3878,7 @@ bfa_sfp_show_comp(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg)
		bfa_trc(sfp, sfp->data_valid);
		if (sfp->data_valid) {
			u32	size = sizeof(struct sfp_mem_s);
			u8 *des = (u8 *) &(sfp->sfpmem);
			u8 *des = (u8 *)(sfp->sfpmem);
			memcpy(des, sfp->dbuf_kva, size);
		}
		/*