From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE003.bigfish.com (tx2ehsobe002.messaging.microsoft.com [65.55.88.12]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 76C06B6F7B for ; Wed, 27 Jul 2011 06:10:30 +1000 (EST) Date: Tue, 26 Jul 2011 15:10:24 -0500 From: Scott Wood To: Subject: Re: [PATCH v3] mtd: eLBC NAND: update ecc_stats.corrected when lteccr available Message-ID: <20110726151024.706ccda0@schlenkerla.am.freescale.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org, mlcreech@gmail.com, mhench@elutions.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 26 Jul 2011 15:07:42 -0500 Michael Hench wrote: > update ecc_stats.corrected if LTECCR register is available. > > v2: kernel standard C formatting > > v3: kernel standard C formatting again, changed a comment to get under 80 chars > > Signed-off-by: Michael Hench Acked-by: Scott Wood -Scott