Re: [PATCH v7 07/15] swiotlb: Update is_swiotlb_active to add a struct device argument

From: Christoph Hellwig
Date: Thu May 27 2021 - 09:28:32 EST


> + if (is_swiotlb_active(NULL)) {

Passing a NULL argument to this doesn't make sense. They all should have
a struct device at hand, you'll just need to dig for it.

And this function should be about to go away anyway, but until then we
need to do this properly.