j
k
j a
j l
If we're going to export ion_alloc() for other drivers to use then let's make an ion_free() helper function as well.
void ion_free(struct dma_buf *dmabuf) { dma_buf_put(dmabuf); }
regards, dan carpenter
Back to the thread
Back to the list