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.

Attachment: signature.asc
Description: PGP signature

Reply via email to