From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 9 Jul 2020 17:23:38 +0200 From: Joerg Roedel Subject: Re: [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs Message-ID: <20200709152337.GB27672@8bytes.org> References: <20200429133712.31431-1-joro@8bytes.org> <20200704090957.8892-1-hdanton@sina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200704090957.8892-1-hdanton@sina.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: To: Hillf Danton Cc: Will Deacon , Robin Murphy , Marek Szyprowski , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Joerg Roedel , Markus Elfring On Sat, Jul 04, 2020 at 05:09:57PM +0800, Hillf Danton wrote: > > + group = iommu_group_get_for_dev(dev); > > + if (!IS_ERR(group)) { > > Typo? Yes, fortunatly it gets fixed again in patch 11 of this series. Regards, Joerg