commit | 90f864e20029600a8dc33e27b1192af4636100d4 | [log] [tgz] |
---|---|---|
author | Nicolai Stange <nicstange@gmail.com> | Tue Mar 22 13:12:41 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 05 20:35:49 2016 +0800 |
tree | 73eba1689c2e633581f9fc84b2e1baf55d838d45 | |
parent | f00fa2417b3e1252b1a761f88731af03afff4407 [diff] |
lib/mpi: mpi_read_buffer(): replace open coded endian conversion Currently, the endian conversion from CPU order to BE is open coded in mpi_read_buffer(). Replace this by the centrally provided cpu_to_be*() macros. Copy from the temporary storage on stack to the destination buffer by means of memcpy(). Signed-off-by: Nicolai Stange <nicstange@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>