From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/vt-d: Remove unused variable Date: Tue, 24 Mar 2015 15:39:58 +0100 Message-ID: <20150324143957.GA19563@8bytes.org> References: <20150324014955.31056.96200.stgit@gimli.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150324014955.31056.96200.stgit-GCcqpEzw8uZBDLzU/O5InQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Alex Williamson Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Mon, Mar 23, 2015 at 07:50:21PM -0600, Alex Williamson wrote: > Unused after commit 71684406905f ("iommu/vt-d: Detach domain *only* > from attached iommus"). Reported by 0-day builder. > > Signed-off-by: Alex Williamson > --- > drivers/iommu/intel-iommu.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752512AbbCXOkE (ORCPT ); Tue, 24 Mar 2015 10:40:04 -0400 Received: from 8bytes.org ([81.169.241.247]:42432 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752418AbbCXOkB (ORCPT ); Tue, 24 Mar 2015 10:40:01 -0400 Date: Tue, 24 Mar 2015 15:39:58 +0100 From: Joerg Roedel To: Alex Williamson Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/vt-d: Remove unused variable Message-ID: <20150324143957.GA19563@8bytes.org> References: <20150324014955.31056.96200.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150324014955.31056.96200.stgit@gimli.home> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 23, 2015 at 07:50:21PM -0600, Alex Williamson wrote: > Unused after commit 71684406905f ("iommu/vt-d: Detach domain *only* > from attached iommus"). Reported by 0-day builder. > > Signed-off-by: Alex Williamson > --- > drivers/iommu/intel-iommu.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.