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

Commit b4021bbe authored by Markus Elfring's avatar Markus Elfring Committed by Geert Uytterhoeven
Browse files

clk: renesas: rcar-gen2: Delete error message for failed memory allocation



The script "checkpatch.pl" pointed information out like the following.

WARNING: Possible unnecessary 'out of memory' message

Thus fix affected source code places.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 168bcbcb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -423,7 +423,6 @@ static void __init rcar_gen2_cpg_clocks_init(struct device_node *np)
		/* We're leaking memory on purpose, there's no point in cleaning
		 * up as the system won't boot anyway.
		 */
		pr_err("%s: failed to allocate cpg\n", __func__);
		return;
	}