diff options
author | Colin Ian King <[email protected]> | 2018-01-16 17:44:04 +0000 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2018-02-27 13:51:05 +0100 |
commit | bead21687f293cb1e1365703f11cf1cc6aaaf833 (patch) | |
tree | 6387d6b4136a26ce6eb9f1cdf66aed2b15df62a8 /tools/perf/util/c++/clang.cpp | |
parent | 939c5a46e5cac7524b327d43ae826fd6941fa2aa (diff) |
i2c-stm32f4: remove redundant initialization of pointer reg
The pointer reg is assigned a value that is never read, it is later
overwritten with a new value, hence the redundant initialization can
be removed.
Cleans up clang warning:
drivers/i2c/busses/i2c-stm32f4.c:352:16: warning: Value stored to 'reg'
during its initialization is never read
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Alexandre TORGUE <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions