dma_ip_drivers icon indicating copy to clipboard operation
dma_ip_drivers copied to clipboard

cdev_ctrl: use resource_size_t for pci_resource_start()

Open alonbl opened this issue 2 years ago • 2 comments

pci_resource_start() return value of type resource_size_t which differs in some archs in 32bit and 64bit systems.

alonbl avatar Jul 20 '23 16:07 alonbl

Original report[1], proper typing.

[1] https://support.xilinx.com/s/question/0D52E00006hpPyySAE/xdma-device-driver-ar65444-fix-for-arm?language=en_US

alonbl avatar Jul 20 '23 16:07 alonbl

@karenx-xilinx : can you please also look into this trivial patch?

alonbl avatar Nov 09 '23 17:11 alonbl