diff options
author | 2025-02-10 13:35:51 +0800 | |
---|---|---|
committer | 2025-02-10 16:17:59 +0100 | |
commit | f37d135b42cb484bdecee93f56b9f483214ede78 (patch) | |
tree | e7fe98d893ce862aebd4ee81b98e596b61672235 /scripts/gdb/linux/utils.py | |
parent | mtd: rawnand: cadence: use dma_map_resource for sdma address (diff) | |
download | wireguard-linux-f37d135b42cb484bdecee93f56b9f483214ede78.tar.xz wireguard-linux-f37d135b42cb484bdecee93f56b9f483214ede78.zip |
mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
dma_map_single is using physical/bus device (DMA) but dma_unmap_single
is using framework device(NAND controller), which is incorrect.
Fixed dma_unmap_single to use correct physical/bus device.
Fixes: ec4ba01e894d ("mtd: rawnand: Add new Cadence NAND driver to MTD subsystem")
Cc: stable@vger.kernel.org
Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions