From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 6/9] x86/iommu: change Calgary to use dma_ops register interface Date: Tue, 30 Sep 2008 13:58:18 +0200 Message-ID: <20080930115818.GO27928@amd.com> References: <1222107681-8185-1-git-send-email-joerg.roedel@amd.com> <1222107681-8185-7-git-send-email-joerg.roedel@amd.com> <20080930111028.GC12529@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, iommu@lists.linux-foundation.org, David Woodhouse , Muli Ben-Yehuda , Amit Shah , Ingo Molnar , FUJITA Tomonori To: Ingo Molnar Return-path: Received: from outbound-dub.frontbridge.com ([213.199.154.16]:39978 "EHLO IE1EHSOBE004.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751829AbYI3L6m (ORCPT ); Tue, 30 Sep 2008 07:58:42 -0400 Content-Disposition: inline In-Reply-To: <20080930111028.GC12529@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 30, 2008 at 01:10:28PM +0200, Ingo Molnar wrote: > > * Joerg Roedel wrote: > > > +static int calgary_device_supported(struct device *dev) > > +{ > > + struct iommu_table *tbl; > > + > > + tbl = find_iommu_table(dev); > > + > > + return translation_enabled(tbl); > > +} > > i guess this could be written as a simple: > > > +static int calgary_device_supported(struct device *dev) > > +{ > > + return translation_enabled(find_iommu_table(dev)); > > +} > > ? Yes. I will change it. Joerg -- | AMD Saxony Limited Liability Company & Co. KG Operating | Wilschdorfer Landstr. 101, 01109 Dresden, Germany System | Register Court Dresden: HRA 4896 Research | General Partner authorized to represent: Center | AMD Saxony LLC (Wilmington, Delaware, US) | General Manager of AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy