]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/ccree/cc_crypto_ctx.h
staging: ccree: replace bit shift with BIT macro
[karo-tx-linux.git] / drivers / staging / ccree / cc_crypto_ctx.h
index 1fc68defc59ca5bea2ac16970508c8fd100430a4..20f3f9fa0b56c274dbf388fcf287780a1c282d3f 100644 (file)
@@ -27,7 +27,7 @@
 #define CC_CTX_SIZE_LOG2 7
 #endif
 #endif
-#define CC_CTX_SIZE (1 << CC_CTX_SIZE_LOG2)
+#define CC_CTX_SIZE BIT(CC_CTX_SIZE_LOG2)
 #define CC_DRV_CTX_SIZE_WORDS (CC_CTX_SIZE >> 2)
 
 #define CC_DRV_DES_IV_SIZE 8