diff options
author | 2021-05-15 12:00:04 +0800 | |
---|---|---|
committer | 2021-05-17 07:21:32 -0400 | |
commit | 76e5624f3f9343a621dd3f4006f4e4d9c3f91e33 (patch) | |
tree | 9e8be595899a4bf589337af19672c63e437bb03a /include/memory | |
parent | memory: atmel-ebi: add missing of_node_put for loop iteration (diff) | |
download | linux-dev-76e5624f3f9343a621dd3f4006f4e4d9c3f91e33.tar.xz linux-dev-76e5624f3f9343a621dd3f4006f4e4d9c3f91e33.zip |
memory: pl353: Fix error return code in pl353_smc_probe()
When no child nodes are matched, an appropriate error code -ENODEV should
be returned. However, we currently do not explicitly assign this error
code to 'err'. As a result, 0 was incorrectly returned.
Fixes: fee10bd22678 ("memory: pl353: Add driver for arm pl353 static memory controller")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210515040004.6983-1-thunder.leizhen@huawei.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Diffstat (limited to 'include/memory')
0 files changed, 0 insertions, 0 deletions