dma_ip_drivers
dma_ip_drivers copied to clipboard
cdev_ctrl: use resource_size_t for pci_resource_start()
pci_resource_start() return value of type resource_size_t which differs in some archs in 32bit and 64bit systems.
Original report[1], proper typing.
[1] https://support.xilinx.com/s/question/0D52E00006hpPyySAE/xdma-device-driver-ar65444-fix-for-arm?language=en_US
@karenx-xilinx : can you please also look into this trivial patch?