summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-02-09 21:00:47 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2022-02-18 08:21:08 +0300
commitfffe799b6cc980f967df2f3773dc53639dd68d7e (patch)
tree20ac863511be63d9298c68c50a05e949e980161d /crypto
parent4ba31cdd88c9008777a48d3ac2b045dce5634389 (diff)
downloadlinux-fffe799b6cc980f967df2f3773dc53639dd68d7e.tar.xz
crypto: qat - don't cast parameter in bit operations
While in this particular case it would not be a (critical) issue, the pattern itself is bad and error prone in case the location of the parameter is changed. Don't cast parameter to unsigned long pointer in the bit operations. Instead copy to a local variable on stack of a proper type and use. Fixes: b4b7e67c917f ("crypto: qat - Intel(R) QAT ucode part of fw loader") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions