From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2 1/5] iommu/dmar: Rectify return code handling in detect_intel_iommu() Date: Wed, 22 Mar 2017 15:43:03 +0100 Message-ID: <20170322144303.GA7315@8bytes.org> References: <20170316142355.16307-1-andriy.shevchenko@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170316142355.16307-1-andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@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: Andy Shevchenko Cc: Mika Westerberg , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, "Rafael J . Wysocki" , David Woodhouse List-Id: iommu@lists.linux-foundation.org On Thu, Mar 16, 2017 at 04:23:51PM +0200, Andy Shevchenko wrote: > There is inconsistency in return codes across the functions called from > detect_intel_iommu(). > > Make it consistent and propagate return code to the caller. > > Signed-off-by: Andy Shevchenko Applied all, thanks.