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.