commit | 5e2303d54e762ddbd46c8a281a1851671ddeefd6 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Mon Oct 23 13:12:44 2017 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Oct 24 00:15:11 2017 +0200 |
tree | e13a8aeb276063f7d61fecb4883372d247891c39 | |
parent | 990809799ba884c43d25a874edf570e86216386f [diff] |
drivers: flash: stm32f4x: `rc` should be declared as `int` `rc` gets assigned values from function returning `int` and not `u32_t`. Fixes #4051. Coverity-ID: 177219 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>