Loading
crypto: hisilicon/qm - remove incorrect type cast
mainline inclusion from mainline-v6.8-rc1 commit a61fb707599e8d26d1b6838021108dbde1a67ce8 category: cleanup bugzilla: https://gitee.com/openeuler/kernel/issues/I925L9 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a61fb707599e8d26d1b6838021108dbde1a67ce8 ---------------------------------------------------------------------- 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> Signed-off-by:
JangShui Yang <yangjiangshui@h-partners.com>