Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: spi-falcon: remove check for 'delay_usecs'

The 'delay_usecs' field is being removed from the spi_transfer struct.
This change removes it from the SPI Falcon driver.

Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com>
Link: https://lore.kernel.org/r/20210308145502.1075689-8-aardelean@deviqon.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Alexandru Ardelean and committed by
Mark Brown
a886010c 33a23423

+1 -1
+1 -1
drivers/spi/spi-falcon.c
··· 377 377 378 378 m->actual_length += t->len; 379 379 380 - WARN_ON(t->delay_usecs || t->delay.value || t->cs_change); 380 + WARN_ON(t->delay.value || t->cs_change); 381 381 spi_flags = 0; 382 382 } 383 383