clk: renesas: cpg-mssr: Remove error messages on out-of-memory conditions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 May 2019 09:26:42 +0000 (11:26 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Jun 2019 08:57:11 +0000 (10:57 +0200)
commited04e6288ac59a59a2e9265194a6be892f708c66
tree9e8409077f606f657966b82808ba73d667c37141
parentf243220e674c61ae6434209e25c25c12cada4e4e
clk: renesas: cpg-mssr: Remove error messages on out-of-memory conditions

pm_clk_create() and pm_clk_add_clk() can fail only when running out of
memory.  Hence there is no need to print error messages on failure, as
the memory allocation core already takes care of that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
drivers/clk/renesas/renesas-cpg-mssr.c