From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Thu, 10 Jan 2008 22:01:49 -0600 Subject: [U-Boot-Users] [PATCH 1/8] common: Suppress the warning 'p_buf' In-Reply-To: <1199977314.3654.2.camel@localhost.localdomain> References: <1199977314.3654.2.camel@localhost.localdomain> Message-ID: <20080110220149.aae45fa6.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 10 Jan 2008 23:01:53 +0800 Dave Liu wrote: > clear the warning: unused variable 'p_buf' > > Signed-off-by: Dave Liu > --- > common/main.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied 2 through 8 out of 8, since Kumar beat you to this p_buf patch (and is in common/ anyway, so it's for WD to apply directly). Kim