commit | c518e84c76e12e12a2a3404a293b2465af9be5f8 | [log] [tgz] |
---|---|---|
author | Emilio López <emilio@elopez.com.ar> | Fri Sep 20 22:03:10 2013 -0300 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sun Nov 10 11:39:46 2013 +0100 |
tree | 87db4e2a7da53dab70523eb037e05190cfcc842b | |
parent | 107f3198fd2c5902b9cc54c86a0c86f815c173e2 [diff] |
clk: sunxi: factors: fix off-by-one masks The previous code would generate one bit too long masks, and was needlessly complicated. This patch replaces it by simpler code that can generate the masks correctly. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>