commit | 69916d96094e1e16567c5f25515a13ed2896c730 | [log] [tgz] |
---|---|---|
author | Ray Jui <rjui@broadcom.com> | Mon Jun 29 14:30:10 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Jul 02 09:51:09 2015 -0700 |
tree | 7b756558d35f725dc8dd31c95c6edd383f07f908 | |
parent | 45a481c2176f6acca2efb6477c6018b2c3e3c60f [diff] |
clk: iproc: fix bit manipulation arithmetic A 32-bit variable should be type casted to 64-bit before arithmetic operation and assigning it to a 64-bit variable Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ray Jui <rjui@broadcom.com> Fixes: 5fe225c105fd ("clk: iproc: add initial common clock support") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>