Re: [PATCH 2/4] dma-mapping: remove dma_configure

2018-09-06 Thread Robin Murphy
On 27/08/18 09:47, Christoph Hellwig wrote: There is no good reason for this indirection given that the method always exists. And indeed with the way it works these days we don't really want dma_configure() to look like something which can be called from anywhere. Reviewed-by: Robin Murphy

[PATCH 2/4] dma-mapping: remove dma_configure

2018-08-27 Thread Christoph Hellwig
There is no good reason for this indirection given that the method always exists. Signed-off-by: Christoph Hellwig --- drivers/base/dd.c | 8 +--- include/linux/dma-mapping.h | 6 -- kernel/dma/mapping.c| 10 -- 3 files changed, 5 insertions(+), 19 deletions(-