]> git.ipfire.org Git - thirdparty/linux.git/commit
memory: tegra124-emc: Do not print error on icc_node_create() failure
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 Sep 2025 09:43:13 +0000 (11:43 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:22:58 +0000 (02:22 +0200)
commit1c9cce8a0e0bd4f383a04655bd3a4f650fc1f20f
treec3eeabf671c170679c2b813c070f188fa922305f
parentda722f1c9d605dffaabe2526e3e4cae3ff53401d
memory: tegra124-emc: Do not print error on icc_node_create() failure

icc_node_create() isĀ alloc-like function, so no need to print error
messages on its failure.  Dropping one label makes the code a bit
simpler.

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/tegra/tegra124-emc.c