Re: [PATCH v3 19/33] iommu/mediatek: Add list_del in mtk_iommu_remove

From: AngeloGioacchino Del Regno
Date: Tue Jan 04 2022 - 10:55:54 EST


Il 23/09/21 13:58, Yong Wu ha scritto:
Lack the list_del in the mtk_iommu_remove, and remove
bus_set_iommu(*, NULL) since there may be several iommu HWs.
we can not bus_set_iommu null when one iommu driver unbind.
This issue is not so important, No need fix tags.

Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx>

I would still add a Fixes tag on this commit, as that would schedule it for
backporting - and that's rather important, solidifying older releases.

Please add the required tag, after which...


Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>