commit | 1ddf544e63c7dcfcd60bb661da26aea5d85397f5 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jun 21 15:26:55 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:50:57 2019 +0200 |
tree | 0c76ad751f4a0ae35732c14fedcf95d01d3853f8 | |
parent | d99ea13cdf01762c1c3803581d9139705b813c91 [diff] |
spi: stm32_qspi: avoid warnings when building with W=1 option This patch solves warnings detected by setting W=1 when building. Warnings type detected: - [-Wtype-limits] - [-Wsign-compare] Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>