Re: [PATCH] iommu/exynos: Use the devm_clk_get_optional() helper

From: Joerg Roedel
Date: Thu Apr 13 2023 - 05:50:27 EST


On Sun, Mar 26, 2023 at 02:37:50PM +0200, Christophe JAILLET wrote:
> Use devm_clk_get_optional() instead of hand writing it.
> This saves some loC and improves the semantic.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/iommu/exynos-iommu.c | 24 ++++++++----------------
> 1 file changed, 8 insertions(+), 16 deletions(-)

Applied, thanks.