Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4540b8e authored by David Dai's avatar David Dai
Browse files

clk: fix conflicting bit for measure clock flag



Update CLK_IS_MEASURE bit to 15 so as to not conflict with
CLK_ENABLE_HAND_OFF flag.

Change-Id: I27414503e89561f085d0dc8ef342df734702e3ba
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 60c70142
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
					 * hand-off enable_count & prepare_count
					 * to first consumer that enables clk
					 */
#define CLK_IS_MEASURE          BIT(14) /* measure clock */
#define CLK_IS_MEASURE          BIT(15) /* measure clock */

struct clk;
struct clk_hw;