From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Thu, 26 Nov 2009 10:17:22 +0100 Subject: [U-Boot] [PATCH V2 2/9] video: add amba-clcd prime-cell In-Reply-To: <84aa128b71cbe6595dd5859c64a592b122cef723.1259185128.git.rubini @unipv.it> References: <84aa128b71cbe6595dd5859c64a592b122cef723.1259185128.git.rubini@ unipv.it> Message-ID: <20091126091722.GA14606@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm sorry I forgot a few extra prints in there: > + printf("%s:%s - %i %i %i %i\n", __FILE__, __func__, > + regno, red, green, blue); > + printf("%s:%s\n", __FILE__, __func__); [and more] If there are no other issues and the patch set is acceptable I'll put them on a public git to avoid more list traffic without the prints. If there are other issues, I'll fix this as well in V3. Sorry for that /alessandro