mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
6e9c5c8ef2
Configs like the ones coming from the MMC subsystem will have either
'src' or 'dst' zeroed, resulting in an unknown bus width. This will bail
out on the RZ DMA driver because of the sanity check for a valid bus
width. Reorder the code, so that the check will only be applied when the
corresponding address is non-zero.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
rcar-dmac.c | ||
rz-dmac.c | ||
shdma-base.c | ||
shdma.h | ||
shdmac.c | ||
usb-dmac.c |