diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-01-15 11:28:05 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-01-18 18:44:02 +0100 |
commit | 1a3cd18475a98b9587a181b8d8ebc7f5cdedb4b0 (patch) | |
tree | db36a48d590afc10d2c2752ec2190ddb0dcaf560 /drivers/clk/Makefile | |
parent | clk: prima2: enable dt-binding clkdev mapping (diff) | |
download | linux-1a3cd18475a98b9587a181b8d8ebc7f5cdedb4b0.tar.xz linux-1a3cd18475a98b9587a181b8d8ebc7f5cdedb4b0.zip |
clk-divider: fix macros
The macro is_power_of_two() in clk-divider.c was defined as !(i & ~i)
which is always true. Instead use is_power_of_2() from log2.h.
Also add brackets around the macro arguments in div_mask to avoid any
future operator precedence problems.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
[mturquette@linaro.org: use log2.h per Joe Perches; update changelog]
Diffstat (limited to 'drivers/clk/Makefile')
0 files changed, 0 insertions, 0 deletions