From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Date: Thu, 11 Jun 2015 07:43:53 +0000 Subject: Re: [patch -next] iommu: checking for NULL instead of IS_ERR Message-Id: <20150611074353.GH20384@8bytes.org> List-Id: References: <20150610105926.GA21772@mwanda> In-Reply-To: <20150610105926.GA21772@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: iommu@lists.linux-foundation.org, kernel-janitors@vger.kernel.org On Wed, Jun 10, 2015 at 01:59:27PM +0300, Dan Carpenter wrote: > The iommu_group_alloc() and iommu_group_get_for_dev() functions return > error pointers, they never return NULL. > > Signed-off-by: Dan Carpenter Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [patch -next] iommu: checking for NULL instead of IS_ERR Date: Thu, 11 Jun 2015 09:43:53 +0200 Message-ID: <20150611074353.GH20384@8bytes.org> References: <20150610105926.GA21772@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20150610105926.GA21772@mwanda> Sender: kernel-janitors-owner@vger.kernel.org To: Dan Carpenter Cc: iommu@lists.linux-foundation.org, kernel-janitors@vger.kernel.org List-Id: iommu@lists.linux-foundation.org On Wed, Jun 10, 2015 at 01:59:27PM +0300, Dan Carpenter wrote: > The iommu_group_alloc() and iommu_group_get_for_dev() functions return > error pointers, they never return NULL. > > Signed-off-by: Dan Carpenter Applied, thanks.