Skip to content
Commit e7d709c0 authored by Vignesh Babu BM's avatar Vignesh Babu BM Committed by Linus Torvalds
Browse files

is_power_of_2 in fat



Replacing (n & (n-1)) in the context of power of 2 checks with
is_power_of_2

Signed-off-by: default avatarvignesh babu <vignesh.babu@wipro.com>
Acked-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4fa156ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment