]> git.baikalelectronics.ru Git - kernel.git/commit
lib/crc32: remove unneeded casts
authorKevin Bracey <kevin@bracey.fi>
Tue, 18 Jan 2022 10:23:48 +0000 (12:23 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 31 Jan 2022 00:21:43 +0000 (11:21 +1100)
commite44f7a57e4b4fce02e424a750325d4562c2dd02d
treef12dbadcbf460bbddc2803c663584da373ad71ee
parent40f228b3a4a881bc7c66e179c701cc47b42b8aef
lib/crc32: remove unneeded casts

Casts were added in commit 4195102eb1ac ("sections: fix const sections
for crc32 table") to cope with the tables not being const. They are no
longer required since commit 98c40636a25b ("lib: crc32: constify crc32
lookup table").

Signed-off-by: Kevin Bracey <kevin@bracey.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/crc32.c