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

Commit d1a09872 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski
Browse files

soc: samsung: pm_domains: Remove message about failed memory allocation



Memory subsystem already prints message about failed memory
allocation, there is no need to do it in the drivers.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 066502d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -149,8 +149,6 @@ static __init int exynos4_pm_init_power_domain(void)

		pd = kzalloc(sizeof(*pd), GFP_KERNEL);
		if (!pd) {
			pr_err("%s: failed to allocate memory for domain\n",
					__func__);
			of_node_put(np);
			return -ENOMEM;
		}