]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/halfmd4.c: use rol32 inline function in the ROUND macro
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Wed, 21 Oct 2015 22:03:52 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:52 +0000 (09:03 +1100)
commit0ef4d6e4ae6991918013373409a56bd78f16ae78
tree1b5cdd8a471664126fb7f1a31dd3d4e1544389fc
parent107c44f8dc060ceb3071678f54ac00eb7f2d4d98
lib/halfmd4.c: use rol32 inline function in the ROUND macro

<linux/bitops.h> provides rol32() inline function, let's use already
predefined function instead of direct expression.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/halfmd4.c