Re: [PATCH] iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()

From: Joerg Roedel
Date: Fri Feb 16 2024 - 09:18:57 EST


On Sun, Feb 11, 2024 at 07:22:50PM +0100, Erick Archer wrote:
> Link: https://github.com/KSPP/linux/issues/162 [1]
> Link: https://www.kernel.org/doc/html/next/process/deprecated.html#open-coded-arithmetic-in-allocator-arguments [2]
> Signed-off-by: Erick Archer <erick.archer@xxxxxxx>
> ---
> drivers/iommu/mtk_iommu.c | 2 +-
> drivers/iommu/mtk_iommu_v1.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.