diff options
author | Simon Glass <sjg@chromium.org> | 2021-05-13 19:39:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-15 18:42:05 -0400 |
commit | 37e79ee0e8f93674a6247cf5c973920f18fd3578 (patch) | |
tree | 759600927649b13a084bd54b036b832d3b95a040 /drivers/misc/cros_ec_sandbox.c | |
parent | ca4c24509c60cfc95563d25b482cfed3789aca59 (diff) |
reset: Avoid a warning in devm_regmap_init()
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.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Coverity (CID: 312951)
Diffstat (limited to 'drivers/misc/cros_ec_sandbox.c')
0 files changed, 0 insertions, 0 deletions