From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outmx004.isp.belgacom.be (outmx004.isp.belgacom.be [195.238.2.101]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 1B0552BD71 for ; Tue, 14 Sep 2004 21:53:35 +1000 (EST) Received: from outmx004.isp.belgacom.be (localhost [127.0.0.1]) by outmx004.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id i8EBrLmV015679 for ; Tue, 14 Sep 2004 13:53:21 +0200 (envelope-from ) Message-ID: <4146DBEF.60803@246tNt.com> Date: Tue, 14 Sep 2004 13:54:23 +0200 From: Sylvain Munaut MIME-Version: 1.0 References: <4146D833.8040703@246tNt.com> In-Reply-To: <4146D833.8040703@246tNt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Andrew Morton , Linux PPC Dev , Paul Mackerras , Linux Kernel Subject: [PATCH 5/9] Small updates for Freescale MPC52xx List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/09/14 00:25:36+02:00 tnt@246tNt.com # ppc: Fix spurious iounmap in Freescale MPC52xx syslib # # Signed-off-by: Sylvain Munaut # # arch/ppc/syslib/mpc52xx_setup.c # 2004/09/14 00:25:27+02:00 tnt@246tNt.com +0 -2 # ppc: Fix spurious iounmap in Freescale MPC52xx syslib # diff -Nru a/arch/ppc/syslib/mpc52xx_setup.c b/arch/ppc/syslib/mpc52xx_setup.c --- a/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:51 +02:00 +++ b/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:51 +02:00 @@ -148,8 +148,6 @@ if (((sdram_config_1 & 0x1f) >= 0x13) && ((sdram_config_1 & 0xfff00000) == ramsize)) ramsize += 1 << ((sdram_config_1 & 0xf) + 17); - - iounmap(mmap_ctl); } return ramsize; From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269363AbUINL5r (ORCPT ); Tue, 14 Sep 2004 07:57:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269360AbUINLyl (ORCPT ); Tue, 14 Sep 2004 07:54:41 -0400 Received: from outmx004.isp.belgacom.be ([195.238.2.101]:5305 "EHLO outmx004.isp.belgacom.be") by vger.kernel.org with ESMTP id S269342AbUINLx0 (ORCPT ); Tue, 14 Sep 2004 07:53:26 -0400 Message-ID: <4146DBEF.60803@246tNt.com> Date: Tue, 14 Sep 2004 13:54:23 +0200 From: Sylvain Munaut User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040816) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: Linux PPC Dev , Linux Kernel , Andrew Morton , Paul Mackerras Subject: [PATCH 5/9] Small updates for Freescale MPC52xx References: <4146D833.8040703@246tNt.com> In-Reply-To: <4146D833.8040703@246tNt.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/09/14 00:25:36+02:00 tnt@246tNt.com # ppc: Fix spurious iounmap in Freescale MPC52xx syslib # # Signed-off-by: Sylvain Munaut # # arch/ppc/syslib/mpc52xx_setup.c # 2004/09/14 00:25:27+02:00 tnt@246tNt.com +0 -2 # ppc: Fix spurious iounmap in Freescale MPC52xx syslib # diff -Nru a/arch/ppc/syslib/mpc52xx_setup.c b/arch/ppc/syslib/mpc52xx_setup.c --- a/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:51 +02:00 +++ b/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:51 +02:00 @@ -148,8 +148,6 @@ if (((sdram_config_1 & 0x1f) >= 0x13) && ((sdram_config_1 & 0xfff00000) == ramsize)) ramsize += 1 << ((sdram_config_1 & 0xf) + 17); - - iounmap(mmap_ctl); } return ramsize;