On Sat, Mar 25, 2023 at 02:07:52PM +0300, Dan Carpenter wrote: > The dma_set_mask() function returns negative error codes on failure but > this code is testing for zero instead. > > Fixes: f4b49c7c5e67 ("iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN") > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> > --- > drivers/iommu/mtk_iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks for the fix, but I replaced above commit with v3, which I overlooked when applying it. The v3 post has this already fixed. Regards, Joerg