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

Commit 4d487902 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: fix conflicting bit for measure clock flag"

parents 782e9848 c4540b8e
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;