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

Commit b49c6811 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

msm: msm_bus: initialize the local variable



Initialize the local variable 'ret' which is returned
from the function.

Change-Id: Ie82e74ce55b622db924e353a6ea98323c7642fa6
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 17d7bd58
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))) {