clk-gate: fix bit # check in clk_register_gate()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 24 Dec 2014 14:43:27 +0000 (17:43 +0300)
committerMichael Turquette <mturquette@linaro.org>
Tue, 20 Jan 2015 18:09:05 +0000 (10:09 -0800)
In case CLK_GATE_HIWORD_MASK flag is passed to clk_register_gate(), the bit #
should be no higher than 15, however the corresponding check is obviously off-
by-one.

Fixes: 045779942c04 ("clk: gate: add CLK_GATE_HIWORD_MASK")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>

No differences found