diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-07-20 09:15:34 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-07-20 13:25:06 +0300 |
commit | 8b02645845bf404fba83910818b285b652f14f89 (patch) | |
tree | 8a8aa681d91b8971fdaa1a346941451a3a272d03 /Documentation/theme/static | |
parent | 4d22621ec11a065b1819f6268335cae81dd50986 (diff) |
libcamera: controls: Suppress error message from ControlList::get()
Now that ControlList::get() returns a std::optional<T> to handle missing
controls, the error log message in the call to ControlList::find() is
unnecessary and likely invalid.
Fix this by avoiding the call to ControlList::find() from
ControlList::get() and replacing with a call to the underlying
std::unordered_map::find().
Fixes: 1c4d48018505 ("libcamera: controls: Use std::optional to handle invalid control values")
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/theme/static')
0 files changed, 0 insertions, 0 deletions