diff options
author | Yuli Wang <wangyuli@uniontech.com> | 2024-03-19 08:50:34 +0100 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2024-03-19 08:50:34 +0100 |
commit | fea1c949f6ca5059e12de00d0483645debc5b206 (patch) | |
tree | aa0cb0c63da9acf9b199a4515fb08202a872e366 /drivers/clocksource | |
parent | LoongArch: Define the __io_aw() hook as mmiowb() (diff) | |
download | linux-fea1c949f6ca5059e12de00d0483645debc5b206.tar.xz linux-fea1c949f6ca5059e12de00d0483645debc5b206.zip |
LoongArch/crypto: Clean up useless assignment operations
The LoongArch CRC32 hw acceleration is based on arch/mips/crypto/
crc32-mips.c. While the MIPS code supports both MIPS32 and MIPS64,
but LoongArch32 lacks the CRC instruction. As a result, the line
"len -= sizeof(u32)" is unnecessary.
Removing it can make context code style more unified and improve
code readability.
Cc: stable@vger.kernel.org
Reviewed-by: WANG Xuerui <git@xen0n.name>
Suggested-by: Wentao Guan <guanwentao@uniontech.com>
Signed-off-by: Yuli Wang <wangyuli@uniontech.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'drivers/clocksource')
0 files changed, 0 insertions, 0 deletions