commit | 956cd30d4c003f86affdfd3b7c5b2eb0bb45eff1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:21 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | c6a2b71c9925db3affb41a84b63facb917c3d538 | |
parent | 7a1745cf74fa3fdf1f0084ecac454cce4e31583a [diff] |
reset: Avoid a warning in devm_reset_bulk_get_by_node() The devres_alloc() function is intended to avoid the need for freeing memory, although in practice it may not be enabled, thus leading to a true leak. Nevertheless this is intended. Add a comment to explain this. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 312952)