commit | ddeff276a45d612b9c6369d25f875f60096b3433 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon Mar 08 08:40:04 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 09 09:08:40 2021 -0500 |
tree | 4b999a278115580000f58a3326a3683dff924357 | |
parent | f47f23f1a0352efec5e2732c7c0c32f72c4bd5ee [diff] |
drivers/gpio: stm32: Check return value of clock_control_on api call In function gpio_stm32_enable_int, retiurn value of clock_control_on was not checked. This is reported as an issue by coverity (CID 219652). Fix this. Fixes #33035 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>