crypto: hisilicon/qm - Change type of pasid to u32
authorFenghua Yu <fenghua.yu@intel.com>
Thu, 25 Jun 2020 20:07:12 +0000 (13:07 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Jul 2020 04:18:35 +0000 (14:18 +1000)
commitf532ed2a9b9eb49a715b9c8eb7056cca296b2392
tree924069bec004b031df4edbadf731f231128ad1d7
parent44069737ac9625a0f02f0f7f5ab96aae4cd819bc
crypto: hisilicon/qm - Change type of pasid to u32

PASID is defined as "int" although it's a 20-bit value and shouldn't be
negative int. To be consistent with PASID type in iommu, define PASID
as "u32".

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c