commit | f532ed2a9b9eb49a715b9c8eb7056cca296b2392 | [log] [tgz] |
---|---|---|
author | Fenghua Yu <fenghua.yu@intel.com> | Thu Jun 25 13:07:12 2020 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 03 14:18:35 2020 +1000 |
tree | 924069bec004b031df4edbadf731f231128ad1d7 | |
parent | 44069737ac9625a0f02f0f7f5ab96aae4cd819bc [diff] |
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>