From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 2D2E0DE031 for ; Thu, 25 Jan 2007 16:59:12 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 3/14] ps3: system bus minor mmio fix Date: Thu, 25 Jan 2007 06:59:05 +0100 References: <45B81877.3020600@am.sony.com> In-Reply-To: <45B81877.3020600@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200701250659.05829.arnd@arndb.de> Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 25 January 2007 03:39, Geoff Levand wrote: > From: Benjamin Herrenschmidt >=20 > Fix two minor bugs in the PS3 system bus mmio region code. =A0First, on e= rror or > when freeing a region, retain the bus_addr and len fields to allow subseq= uent > calls to create the region. =A0Second, correct the region address argumen= t to the > lv1_unmap_device_mmio_region() call. >=20 > Fixes modprobe/rmmod of some drivers. >=20 > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Geoff Levand >=20 Acked-by: Arnd Bergmann