From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Date: Fri, 19 Aug 2011 12:08:00 +0000 Subject: Re: [PATCH v3] drivers/mtd/nand/bcm_umi_nand.c: clean up error Message-Id: <1313755685.6607.53.camel@sauron> List-Id: References: <1312964054-25266-1-git-send-email-julia@diku.dk> In-Reply-To: <1312964054-25266-1-git-send-email-julia@diku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Scott Branden , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Jiandong Zheng , David Woodhouse On Wed, 2011-08-10 at 10:14 +0200, Julia Lawall wrote: > From: Julia Lawall > > Convert error handling code to use gotos. At the same time, this adds > calls to kfree and iounmap in a few cases where they were overlooked. > > Signed-off-by: Julia Lawall Pushed to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QuNq7-0005Ld-M4 for linux-mtd@lists.infradead.org; Fri, 19 Aug 2011 12:06:20 +0000 Received: by yxk8 with SMTP id 8so2363040yxk.36 for ; Fri, 19 Aug 2011 05:06:16 -0700 (PDT) Subject: Re: [PATCH v3] drivers/mtd/nand/bcm_umi_nand.c: clean up error handling code From: Artem Bityutskiy To: Julia Lawall Date: Fri, 19 Aug 2011 15:08:00 +0300 In-Reply-To: <1312964054-25266-1-git-send-email-julia@diku.dk> References: <1312964054-25266-1-git-send-email-julia@diku.dk> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1313755685.6607.53.camel@sauron> Mime-Version: 1.0 Cc: Scott Branden , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Jiandong Zheng , David Woodhouse Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2011-08-10 at 10:14 +0200, Julia Lawall wrote: > From: Julia Lawall > > Convert error handling code to use gotos. At the same time, this adds > calls to kfree and iounmap in a few cases where they were overlooked. > > Signed-off-by: Julia Lawall Pushed to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753061Ab1HSMGS (ORCPT ); Fri, 19 Aug 2011 08:06:18 -0400 Received: from mail-gy0-f174.google.com ([209.85.160.174]:39589 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848Ab1HSMGQ (ORCPT ); Fri, 19 Aug 2011 08:06:16 -0400 Subject: Re: [PATCH v3] drivers/mtd/nand/bcm_umi_nand.c: clean up error handling code From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Julia Lawall Cc: Jiandong Zheng , David Woodhouse , linux-mtd@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Scott Branden Date: Fri, 19 Aug 2011 15:08:00 +0300 In-Reply-To: <1312964054-25266-1-git-send-email-julia@diku.dk> References: <1312964054-25266-1-git-send-email-julia@diku.dk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.2 (3.0.2-3.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1313755685.6607.53.camel@sauron> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2011-08-10 at 10:14 +0200, Julia Lawall wrote: > From: Julia Lawall > > Convert error handling code to use gotos. At the same time, this adds > calls to kfree and iounmap in a few cases where they were overlooked. > > Signed-off-by: Julia Lawall Pushed to l2-mtd-2.6.git, thanks! -- Best Regards, Artem Bityutskiy