From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] remove duplicate checking code Date: Mon, 26 May 2014 11:39:59 +0200 Message-ID: <20140526093959.GH17056@8bytes.org> References: <1400225980-12797-1-git-send-email-vaughan.cao@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1400225980-12797-1-git-send-email-vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@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: Vaughan Cao Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, May 16, 2014 at 03:39:40PM +0800, Vaughan Cao wrote: > amd_iommu_rlookup_table[devid] != NULL is already guaranteed by check_device > called before, it's fine to attach device at this point. > > Signed-off-by: Vaughan Cao > --- > drivers/iommu/amd_iommu.c | 6 ------ > 1 file changed, 6 deletions(-) Applied, thanks.