From: Emilio López Date: Sat, 21 Sep 2013 01:03:10 +0000 (-0300) Subject: clk: sunxi: factors: fix off-by-one masks X-Git-Tag: v3.14-rc1~109^2~53^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c518e84c76e12e12a2a3404a293b2465af9be5f8;p=pandora-kernel.git 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 Signed-off-by: Maxime Ripard --- Reading git-diff-tree failed