commit | 0f7ece0d1434002d853b74461e43e3a88524dfcf | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Mon May 27 11:24:16 2019 +0200 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Jun 04 10:57:15 2019 +0200 |
tree | bb15b65f1a214730b0f5ca2ed1716fda1b9d66ee | |
parent | ed04e6288ac59a59a2e9265194a6be892f708c66 [diff] |
clk: renesas: mstp: 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>