]> git.ipfire.org Git - thirdparty/linux.git/commit
memory: tegra186-emc: Do not print error on icc_node_create() failure
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 Sep 2025 09:43:14 +0000 (11:43 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:22:58 +0000 (02:22 +0200)
commit515498a3f58485321a1fa03b4eb5e6208a816e06
treea05e9b5c0840872354cd065ef6d989abf3bc9769
parent1c9cce8a0e0bd4f383a04655bd3a4f650fc1f20f
memory: tegra186-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/tegra186-emc.c