[GIT PULL] SPI fixes for v5.17-rc7

From: Mark Brown
Date: Thu Mar 10 2022 - 07:13:32 EST


The following changes since commit 80808768e41324d2e23de89972b5406c1020e6e4:

spi: rockchip: terminate dma transmission when slave abort (2022-02-17 15:33:18 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.17-rc7

for you to fetch changes up to 1a4e53d2fc4f68aa654ad96d13ad042e1a8e8a7d:

spi: Fix invalid sgs value (2022-03-08 12:27:33 +0000)

----------------------------------------------------------------
spi: Fix for v5.17

One fix for type conversion issues when working out maximum
scatter/gather segment sizes which caused problems for some systems
which where the limits overflow due to the type conversion.

----------------------------------------------------------------
Biju Das (1):
spi: Fix invalid sgs value

drivers/spi/spi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)