diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-01-16 17:44:04 +0000 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-02-27 13:51:05 +0100 |
commit | bead21687f293cb1e1365703f11cf1cc6aaaf833 (patch) | |
tree | 6387d6b4136a26ce6eb9f1cdf66aed2b15df62a8 /drivers/base | |
parent | 939c5a46e5cac7524b327d43ae826fd6941fa2aa (diff) | |
download | linux-bead21687f293cb1e1365703f11cf1cc6aaaf833.tar.bz2 |
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 <colin.king@canonical.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions