From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 28 Jul 2009 07:58:59 +0200 Subject: [U-Boot] [Patch] Fix compiler warning vcxk In-Reply-To: References: Message-ID: <4A6E93A3.1090306@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jens Scharsig wrote: > My new video driver vcxk produce a compiler warning. > > I'm sorry about this. > > This patch will > > * FIX: bus_vcxk.c:383: warning: unused variable 'lineptr' > > Signed-off-by: Jens Scharsig > --- Applied to u-boot-video/master. Thanks. Please note that comments to the patch should go below "---" line so that they do not appear in the commit message, e.g. in this case: This patch will * FIX: bus_vcxk.c:383: warning: unused variable 'lineptr' Your SOB --- Here is the place for comments which should not appear in the commit log, in this case this is: "My new video driver vcxk produce a compiler warning. I'm sorry about this." Best regards, Anatolij