drivers: spi stm32: remove bits2byte() Remove bits2byte() helper function than was not always used. Replace it with a division by BITS_PER_BYTE that is explicit enough. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>