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

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

Merge "Bluetooth: Add a debug log for xo clk"

parents 4102329e c937e854
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);
}