diff options
author | Yann Gautier <yann.gautier@st.com> | 2020-03-11 17:09:21 +0100 |
---|---|---|
committer | Yann Gautier <yann.gautier@st.com> | 2020-03-23 16:38:41 +0100 |
commit | 9d22d310804a73bc08e1cfcf9bbcfd77f8b5a799 (patch) | |
tree | 5098b3e7712fd204e7da2024e6a0c69118ee5547 /include | |
parent | 907c58b2e12cbc7336b3f9d5977cc9ae8aeefae4 (diff) | |
download | platform_external_arm-trusted-firmware-9d22d310804a73bc08e1cfcf9bbcfd77f8b5a799.tar.gz platform_external_arm-trusted-firmware-9d22d310804a73bc08e1cfcf9bbcfd77f8b5a799.tar.bz2 platform_external_arm-trusted-firmware-9d22d310804a73bc08e1cfcf9bbcfd77f8b5a799.zip |
spi: stm32_qspi: correct static analysis issues
Sparse issue:
drivers/st/spi/stm32_qspi.c:445:5:
warning: symbol 'stm32_qspi_init' was not declared. Should it be static?
Cppcheck issue:
[drivers/st/spi/stm32_qspi.c:175] -> [drivers/st/spi/stm32_qspi.c:187]:
(style) Variable 'len' is reassigned a value before the old one has been
used.
[drivers/st/spi/stm32_qspi.c:178]:
(style) The scope of the variable 'timeout' can be reduced.
Change-Id: I575fb50766355a6717cbd193fc4a80ff1923014c
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions