From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A920AC433EF for ; Fri, 13 May 2022 12:57:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380466AbiEMM51 (ORCPT ); Fri, 13 May 2022 08:57:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233058AbiEMM5X (ORCPT ); Fri, 13 May 2022 08:57:23 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E9369B19B for ; Fri, 13 May 2022 05:57:22 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 439244D2; Fri, 13 May 2022 14:57:20 +0200 (CEST) Date: Fri, 13 May 2022 14:57:19 +0200 From: Joerg Roedel To: Miles Chen Cc: Yong Wu , Will Deacon , Matthias Brugger , AngeloGioacchino Del Regno , Mauro Carvalho Chehab , Hans Verkuil , Robin Murphy , Joerg Roedel , iommu@lists.linux-foundation.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] iommu/mediatek: Fix NULL pointer dereference when printing dev_name Message-ID: References: <20220505132731.21628-1-miles.chen@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505132731.21628-1-miles.chen@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 05, 2022 at 09:27:30PM +0800, Miles Chen wrote: > drivers/iommu/mtk_iommu.c | 6 ++++++ > drivers/iommu/mtk_iommu_v1.c | 7 +++++++ > 2 files changed, 13 insertions(+) Applied, thanks.