From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound4-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTP id 9566ADDDFE for ; Thu, 29 Nov 2007 09:51:17 +1100 (EST) Message-ID: <474DF057.2060906@am.sony.com> Date: Wed, 28 Nov 2007 14:48:55 -0800 From: Geoff Levand MIME-Version: 1.0 To: Geert Uytterhoeven Subject: Re: [patch 6/7] ps3: Refactor ps3_repository_find_device() References: <20071128143142.580732000@pademelon.sonytel.be> <20071128143438.613525000@pademelon.sonytel.be> In-Reply-To: <20071128143438.613525000@pademelon.sonytel.be> Content-Type: text/plain; charset=ISO-8859-1 Cc: Linux/PPC Development , Linux kernel mailing list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Geert Uytterhoeven wrote: > ps3: Refactor ps3_repository_find_device() to use the existing > ps3_repository_read_bus_id() > > Signed-off-by: Geert Uytterhoeven > --- > arch/powerpc/platforms/ps3/repository.c | 60 +++++++++++--------------------- > 1 files changed, 22 insertions(+), 38 deletions(-) Looks good. Acked-by: Geoff Levand