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

Commit 33bf335b authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: qcom: Fix compilation warning



Fix below compilation warning:
warning: no return statement in function returning non-void

Change-Id: If82cbdb97ace4d37d4586ced2383f29192604082
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent d5546ff2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ static int __init msm8953_dt_populate(void)
	/* Explicitly parent the /soc devices to the root node to preserve
	 * the kernel ABI (sysfs structure, etc) until userspace is updated
	 */
	of_platform_populate(of_find_node_by_path("/soc"),
	return of_platform_populate(of_find_node_by_path("/soc"),
				of_default_bus_match_table, NULL, NULL);
}
late_initcall(msm8953_dt_populate);