On Wed, Dec 07, 2022 at 06:56:09PM +0300, Dan Carpenter wrote: > There is a typo so this loop does i++ where i-- was intended. It will > result in looping until the kernel crashes. > > Fixes: 26593928564c ("iommu/mediatek: Add error path for loop of mm_dts_parse") > Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> > --- > drivers/iommu/mtk_iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks.