diff options
author | Mark Brown | 2019-02-20 17:58:18 +0000 |
---|---|---|
committer | Mark Brown | 2019-02-20 17:58:18 +0000 |
commit | bf9f742c38c4604a8ee349f7baefca58b3a5ff67 (patch) | |
tree | fa4d349e4a843bf5543f6e7ab6e73dce1eda10e9 /drivers/spi/spi-pxa2xx.c | |
parent | 484a9a68d669f899657a97dbb369cb3e3be7e7f5 (diff) | |
parent | ef070b4e4aa25bb5f8632ad196644026c11903bf (diff) |
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 69e874a2ad1e..b6ddba833d02 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1696,6 +1696,7 @@ static int pxa2xx_spi_probe(struct platform_device *pdev) platform_info->enable_dma = false; } else { controller->can_dma = pxa2xx_spi_can_dma; + controller->max_dma_len = MAX_DMA_LEN; } } |