Re: [PATCH] dma-mapping: fix false positivse warnings in dma_common_free_remap()
From: Christoph Hellwig
Date: Sat Oct 05 2019 - 04:25:40 EST
Hi Andrey,
thanks for the patch. I think it would be much easier to just
use the original open coded check in dma_common_free_remap instead
of adding a new helper. What do you think of the version below?
---