diff options
| author | Vignesh Babu BM <[email protected]> | 2007-05-08 00:24:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-05-08 11:14:59 -0700 |
| commit | e7d709c096487078652a1384d7a2d0e4459e18b6 (patch) | |
| tree | fff2b8ecac3e9611182e83a21e95130d1cba308a /scripts | |
| parent | 4fa156ea846daae44d60b05ea066d0e28fd3b6c4 (diff) | |
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: vignesh babu <[email protected]>
Acked-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions