aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorGravatar Mathis Marion <mathis.marion@silabs.com> 2023-12-19 14:11:54 +0100
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-12-29 12:22:26 -0800
commit90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e (patch)
tree851c4174a65f2e67eb709d0f04319969fde7959d /drivers/platform
parentlib: add note about process exit message for DEBUG_STACK_USAGE (diff)
downloadlinux-90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e.tar.gz
linux-90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e.tar.bz2
linux-90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e.zip
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>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/surface/aggregator/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/surface/aggregator/Kconfig b/drivers/platform/surface/aggregator/Kconfig
index 88afc38ffdc5..957c216c180c 100644
--- a/drivers/platform/surface/aggregator/Kconfig
+++ b/drivers/platform/surface/aggregator/Kconfig
@@ -5,7 +5,7 @@ menuconfig SURFACE_AGGREGATOR
tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"
depends on SERIAL_DEV_BUS
depends on ACPI && !RISCV
- select CRC_CCITT
+ select CRC_ITU_T
help
The Surface System Aggregator Module (Surface SAM or SSAM) is an
embedded controller (EC) found on 5th- and later-generation Microsoft