diff options
| author | Serge Semin <[email protected]> | 2023-01-13 20:13:52 +0300 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2023-01-27 17:15:33 +0100 |
| commit | 7ca9f025a731b3391f9321a324d8eb7a5b008c5a (patch) | |
| tree | 01a35e6a05df6852f3b7aee0bb2c83679b79d603 /drivers/fpga/zynqmp-fpga.c | |
| parent | 2271216e0aac2409f2cd9a0650c460b89f7d2446 (diff) | |
dmaengine: dw-edma: Drop unnecessary debugfs reg casts
The debugfs_entries structure declared in dw-edma-v0-debugfs.c contains the
debugfs node register address. The address is declared as dma_addr_t type,
but is cast to "void *".
Change the type to "void __iomem *" and drop the unnecessary casts.
Link: https://lore.kernel.org/r/[email protected]
Fixes: 305aebeff879 ("dmaengine: Add Synopsys eDMA IP version 0 debugfs support")
Tested-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Serge Semin <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/fpga/zynqmp-fpga.c')
0 files changed, 0 insertions, 0 deletions