]> git.ipfire.org Git - thirdparty/linux.git/commit
memory: tegra114-emc: Do not print error on icc_node_create() failure
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 4 May 2026 19:00:05 +0000 (21:00 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 14 May 2026 16:35:30 +0000 (18:35 +0200)
commit67de69ef2a780efd71b222652a048ee6aaf45e42
tree917b69115a1292a39e75c454f6bca0ed5a9231af
parent4eda0dac7a2807c0bb628a1931b4f67d945c3758
memory: tegra114-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.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260504190004.747509-3-krzysztof.kozlowski@oss.qualcomm.com
drivers/memory/tegra/tegra114-emc.c