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

Commit 17028286 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm_bus: initialize the local variable"

parents 1f16f045 b49c6811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -527,7 +527,7 @@ static int msm_bus_enable_node_qos_clk(struct msm_bus_node_device_type *node)
{
	struct msm_bus_node_device_type *bus_node = NULL;
	int i;
	int ret;
	int ret = 0;
	long rounded_rate;

	if (!node || (!to_msm_bus_node(node->node_info->bus_device))) {