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

Commit 7291a932 authored by Wei Yongjun's avatar Wei Yongjun Committed by Herbert Xu
Browse files

crypto: talitos - convert to use be16_add_cpu()

Convert cpu_to_be16(be16_to_cpu(E1) + E2) to use be16_add_cpu().

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch

)

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e3899e4d
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -936,8 +936,7 @@ static int sg_to_link_tbl(struct scatterlist *sg, int sg_count,
		sg_count--;
		sg_count--;
		link_tbl_ptr--;
		link_tbl_ptr--;
	}
	}
	link_tbl_ptr->len = cpu_to_be16(be16_to_cpu(link_tbl_ptr->len)
	be16_add_cpu(&link_tbl_ptr->len, cryptlen);
					+ cryptlen);


	/* tag end of link table */
	/* tag end of link table */
	link_tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN;
	link_tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN;