From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B77DCDDE03 for ; Sun, 18 Feb 2007 09:34:11 +1100 (EST) Date: Sat, 17 Feb 2007 16:31:09 -0600 (CST) From: Kumar Gala To: Timur Tabi Subject: Re: [PATCH] powerpc: clean up ucc_slow.c and ucc_fast.c In-Reply-To: <11716866811378-git-send-email-timur@freescale.com> Message-ID: References: <11716866811378-git-send-email-timur@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 16 Feb 2007, Timur Tabi wrote: > Refactored and cleaned up ucc_fast.c and ucc_slow.c so that the two files > look more alike and are easier to read. Removed uccf_printk() and related > functions, because they were just front-ends to printk(). Fixed some > spacing and tabbing issues. Minor optimizations of some code. Changed > the type of some variables to their proper type (mostly buffer > descriptors). > > Signed-off-by: Timur Tabi > --- applied. - k