crypto: hisilicon/qm - remove incorrect type cast
authorWeili Qian <qianweili@huawei.com>
Sat, 28 Oct 2023 10:40:11 +0000 (18:40 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Nov 2023 11:16:29 +0000 (19:16 +0800)
commita61fb707599e8d26d1b6838021108dbde1a67ce8
treeef66422294564190fa08b45f7846ac926aba9fe3
parent66e6fb1eb972d93c3ab9f27f0c0901b842e1152a
crypto: hisilicon/qm - remove incorrect type cast

The 'offset' type is unsigned long in 'struct debugfs_reg32',
so type of values casts to unsigned long long is incorrect, and the
values do not require type cast, remove them.

Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/debugfs.c
drivers/crypto/hisilicon/zip/zip_main.c