]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
memory: tegra20-emc: Do not print error on icc_node_create() failure
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 11 Sep 2025 09:43:15 +0000 (11:43 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:22:59 +0000 (02:22 +0200)
commite215d91d66a2c8c7ed8524ce6b261340149c10f0
tree5666caf36ae379267ebe10d32da882b7ffe0e55e
parent515498a3f58485321a1fa03b4eb5e6208a816e06
memory: tegra20-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/tegra20-emc.c