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

Commit 4291114c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: clk: msm: align passing parameter in clock_debug_print_enabled"

parents 14b4b229 c66591c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, 2020, The Linux Foundation. All rights reserved.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
@@ -46,7 +46,7 @@ static inline int clock_debug_register(struct clk *unused)
{
	return 0;
}
static inline void clock_debug_print_enabled(void) { return; }
static inline void clock_debug_print_enabled(bool unused) { return; }
#endif

#endif