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 827D1ECAAD3 for ; Wed, 7 Sep 2022 08:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229894AbiIGIlO (ORCPT ); Wed, 7 Sep 2022 04:41:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229719AbiIGIlL (ORCPT ); Wed, 7 Sep 2022 04:41:11 -0400 X-Greylist: delayed 107 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 07 Sep 2022 01:40:34 PDT Received: from mail.8bytes.org (mail.8bytes.org [IPv6:2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2567CAE879 for ; Wed, 7 Sep 2022 01:40:33 -0700 (PDT) Received: from 8bytes.org (p4ff2bb62.dip0.t-ipconnect.de [79.242.187.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 54BC52409B6; Wed, 7 Sep 2022 10:38:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1662539924; bh=nOn6shJVTZ6sNK9EG+u/jFwGvsp+qz77qiGYk51nsWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2ndHMTTwS1xKk76GeUchpnoKHAigOAQZIQS/NYfDoDKNXR6BMa2PV74/w5+cC9N9c TJ7dH/90A/IBjaUnjW+t42pV3X769VFh98qZo8x9bK7yPcR+i1v0+jqwJuv1kpiFcn w54W8Ajh2bIDy9LgdjLuM/GZka/84tZNWsz6B7LT1N4tkYhU3ODusroJTeMQlQpnF+ EuAmfa+JXHVvIOsDeoCn+l9D8xkcfmmGWMeIz3O4N8JgN7J5JzoMXp9jdy1d6A/J5d bQnBvN/FWcUdz1hY9DtaBMSrttQIamN7XPsg7JxMfQMRxQFeFgUg1diQK782R2mIjO UHrUsTEk/738w== Date: Wed, 7 Sep 2022 10:38:43 +0200 From: Joerg Roedel To: Andy Shevchenko Cc: Joerg Roedel , Jean-Philippe Brucker , virtualization@lists.linux-foundation.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Will Deacon , Robin Murphy Subject: Re: [PATCH v1 1/1] iommu/virtio: Do not dereference fwnode in struct device Message-ID: References: <20220801165142.20898-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220801165142.20898-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 01, 2022 at 07:51:42PM +0300, Andy Shevchenko wrote: > drivers/iommu/virtio-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.