On Sat, Nov 07, 2015 at 11:41:05PM +0100, Marcus Weseloh wrote:

> +     /* Transfer speed setup with fallback to board max_speed_hz */
> +     if (tfr->speed_hz > 0 && tfr->speed_hz <= spi->max_speed_hz)
> +             speed = tfr->speed_hz;
> +     else
> +             speed = spi->max_speed_hz;

This is not needed, the core will always ensure that the transfer speed
is set per on each transfer.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to