From: Krzysztof Kozlowski <k...@kernel.org> Date: Mon, 23 Jul 2018 18:19:14 +0200
> Use generic kernel CRC32 implementation because it: > 1. Should be faster (uses lookup tables), > 2. Removes duplicated CRC generation code, > 3. Uses well-proven algorithm instead of coding it one more time. > > Suggested-by: Eric Biggers <ebigge...@gmail.com> > Signed-off-by: Krzysztof Kozlowski <k...@kernel.org> Applied.