search for: 9ab4c39d9f9298

Displaying 1 result from an estimated 1 matches for "9ab4c39d9f9298".

2020 Apr 28
0
[PATCH 5/5] virtio: Add bounce DMA ops
...~~~~~~~~~~~ include/linux/swiotlb.h:234:9: note: each undeclared identifier is reported only once for each function it appears in >> include/linux/swiotlb.h:235:1: warning: control reaches end of non-void function [-Wreturn-type] 235 | } | ^ vim +235 include/linux/swiotlb.h 9ab4c39d9f9298 Srivatsa Vaddagiri 2020-04-28 229 9ab4c39d9f9298 Srivatsa Vaddagiri 2020-04-28 230 static inline phys_addr_t swiotlb_alloc(struct swiotlb_pool *pool, 9ab4c39d9f9298 Srivatsa Vaddagiri 2020-04-28 231 size_t alloc_size, unsigned long tbl_dma_addr, 9ab4c39d9f9298 Srivatsa Vaddagiri 2020-04-28...