diff options
author | Angelo Dureghello <angelo.dureghello@timesys.com> | 2021-09-01 23:16:10 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-10-25 12:09:14 +0530 |
commit | 5b5b5aa50d1b90392f13afd15089e191d57316f5 (patch) | |
tree | f31f7ecd41a012d4e5cf46e1b9da8e24ba597f32 /mm/mmap.c | |
parent | ee5c6f0ca219b65f5085043d481d9b6f045693d5 (diff) | |
download | linux-stable-5b5b5aa50d1b90392f13afd15089e191d57316f5.tar.gz linux-stable-5b5b5aa50d1b90392f13afd15089e191d57316f5.tar.bz2 linux-stable-5b5b5aa50d1b90392f13afd15089e191d57316f5.zip |
dmaengine: fsl-edma: fix for missing dmamux module
Fix following panic on system halt:
Requesting system halt
[ 10.600000] spi spi0.1: spi_device 0.1 cleanup
[ 10.630000] fsl_edma_chan_mux() fsl_chan->edma->n_chans 64 dmamux_nr 0
[ 10.630000] *** ZERO DIVIDE *** FORMAT=4
[ 10.630000] Current process id is 38
[ 10.630000] BAD KERNEL TRAP: 00000000
[ 10.630000] PC: [<402f09ba>] fsl_edma_chan_mux+0x7c/0x12e
...
Some architecture as mcf5441x (ColdFire) may not have
a dmamux, so dmamux_nr is set to 0. This patch considers this case.
Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
Link: https://lore.kernel.org/r/20210901211610.662077-1-angelo.dureghello@timesys.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'mm/mmap.c')
0 files changed, 0 insertions, 0 deletions