]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: ccree: replace bit shift with BIT macro
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 4 Jun 2017 08:02:22 +0000 (11:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Jun 2017 08:16:25 +0000 (10:16 +0200)
commit6562e7db139f48d41d15fd2c3afb06017d6d8f97
treebdc53dc6e48a04cbfa0ba2a998720d86592ddcea
parented5210cb07de90b8dc31a420466847755331536b
staging: ccree: replace bit shift with BIT macro

CC_CTX_SIZE was being defined using a hand rolled bit shift operation.
Replace with use of BIT macro.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/cc_crypto_ctx.h