commit | c8f9e666abcc267ec3fed7083fbd9bc57943f334 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 20 17:36:03 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 12 08:02:54 2022 -0400 |
tree | dc52ce22391f1c19088b726c145ccbae965fd65c | |
parent | 672c170f689174955ffccf1065950b4d8624766e [diff] |
include/linux/byteorder: fix cpu_to_be32_array() In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int counter to a size_t parameter. Correct the type of the counter. This exists in upstream as b4c80629c5c9 ("include/linux/byteorder/generic.h: fix index variables"). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>