lib: crc_ccitt_false() is identical to crc_itu_t()
authorMathis Marion <mathis.marion@silabs.com>
Tue, 19 Dec 2023 13:11:54 +0000 (14:11 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 20:22:26 +0000 (12:22 -0800)
commit90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e
tree851c4174a65f2e67eb709d0f04319969fde7959d
parentbc09d1dea84efaff022c09b9c5175b2a75553006
lib: crc_ccitt_false() is identical to crc_itu_t()

crc_ccitt_false() was introduced in commit 0d85adb5fbd33 ("lib/crc-ccitt:
Add CCITT-FALSE CRC16 variant"), but it is redundant with crc_itu_t().
Since the latter is more used, it is the one being kept.

Link: https://lkml.kernel.org/r/20231219131154.748577-1-Mathis.Marion@silabs.com
Signed-off-by: Mathis Marion <mathis.marion@silabs.com>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
Cc: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/driver-api/surface_aggregator/ssh.rst
drivers/mfd/Kconfig
drivers/mfd/rave-sp.c
drivers/platform/surface/aggregator/Kconfig
include/linux/crc-ccitt.h
include/linux/surface_aggregator/serial_hub.h
lib/crc-ccitt.c