From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 6AAC9DDF78 for ; Mon, 28 Jul 2008 05:25:00 +1000 (EST) Date: Sun, 27 Jul 2008 12:24:14 -0700 From: Andrew Morton To: Stephen Rothwell Subject: Re: [PATCH] powerpc/ibmveth: fix multiple errors with dma_mapping_error conversion Message-Id: <20080727122414.cac4e336.akpm@linux-foundation.org> In-Reply-To: <20080728021424.40cf66bc.sfr@canb.auug.org.au> References: <20080728021424.40cf66bc.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Jeff Garzik , LKML , FUJITA Tomonori , ppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 28 Jul 2008 02:14:24 +1000 Stephen Rothwell wrote: > The addition of an argument to dma_mapping_error() in commit > 8d8bb39b9eba32dd70e87fd5ad5c5dd4ba118e06 "dma-mapping: add the device > argument to dma_mapping_error()" left a bit of fallout: Yeah, sorry, that patch was a horror - I fixed it perhaps ten times. I think people were madly adding new dma_mapping_error() calls while we were trying to maintain it as well. It should have been dome as a two-stage conversion.