From: Stephen Boyd Date: Fri, 16 May 2014 23:07:08 +0000 (-0700) Subject: clk: qcom: Fix clk_rcg2_is_enabled() check X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa014149ba002155a084ec1e9328e95b70167cbb;p=pandora-kernel.git clk: qcom: Fix clk_rcg2_is_enabled() check If the bit is set the clock is off so we should be checking for a clear bit, not a set bit. Invert the logic. Fixes: bcd61c0f535a (clk: qcom: Add support for root clock generators (RCGs)) Signed-off-by: Stephen Boyd Signed-off-by: Mike Turquette --- Reading git-diff-tree failed