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

Commit bc8b514d authored by Maria Yu's avatar Maria Yu
Browse files

msm: ipa: Fix tip compile issue



Fix the kernel tip compile fail issue which missed
an semicolon.

Change-Id: I35b5207381503fc16d3308d01deb0f6bc915a79e
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent a66f85f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3985,7 +3985,7 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
		IPADBG("Skipping bus scaling registration on Virtual plat\n");
	}

	result = ipa2_active_clients_log_init()
	result = ipa2_active_clients_log_init();
	if (result)
		goto fail_init_active_client;