On Wed, May 06, 2026 at 10:59:43PM +0530, Praveen Talari wrote: > @@ -717,6 +726,7 @@ static bool geni_spi_handle_tx(struct spi_geni_master *mas) > max_bytes = mas->tx_rem_bytes; > > tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->tx_rem_bytes; > + > while (i < max_bytes) { > unsigned int j; > unsigned int bytes_to_write; Unrelated whitespace change.