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

Commit c937e854 authored by Umesh Vats's avatar Umesh Vats Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: Add a debug log for xo clk



Added a debug log for XO clock GPIO.

Change-Id: Ic699b118014eaa5919a775be7eac19ed45d16edf
Signed-off-by: default avatarUmesh Vats <uvats@codeaurora.org>
parent e4d3a647
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -388,6 +388,8 @@ static void btpower_set_xo_reset_gpio_state(bool enable)
		gpio_direction_output(xo_reset_gpio, 0);
	}

	pr_info("%s:gpio(%d) success\n", __func__, xo_reset_gpio);

	gpio_free(xo_reset_gpio);
}