diff options
author | 2025-05-12 21:14:02 -0700 | |
---|---|---|
committer | 2025-05-14 18:52:46 -0700 | |
commit | 0aa4024b43a452843980e277327cd36aa0a6dafc (patch) | |
tree | a448fc68521b3dd6b477f548e04be7283ec168ab /mm/dmapool_test.c | |
parent | dt-bindings: net: snps,dwmac: Align mdio node in example with bindings (diff) | |
download | wireguard-linux-0aa4024b43a452843980e277327cd36aa0a6dafc.tar.xz wireguard-linux-0aa4024b43a452843980e277327cd36aa0a6dafc.zip |
net/tg3: use crc32() instead of hand-rolled equivalent
The calculation done by calc_crc() is equivalent to
~crc32(~0, buf, len), so just use that instead.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://patch.msgid.link/20250513041402.541527-1-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions