Re: [U-Boot-Users] [PATCH] video: Add missing free for logo memory

2008-04-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > On Fri, Apr 18, 2008 at 04:28:46PM +0200, Matthias Fuchs wrote: > > This patch adds some missing free()s and does some coding style clean up. > > Please, separate the patches or just send the one which fixes memory > allocation only. In principle you ar

Re: [U-Boot-Users] [PATCH] video: Add missing free for logo memory

2008-04-21 Thread Matthias Fuchs
On Monday 21 April 2008 09:47, Rodolfo Giometti wrote: > On Fri, Apr 18, 2008 at 04:28:46PM +0200, Matthias Fuchs wrote: > > This patch adds some missing free()s and does some coding style clean up. > > Please, separate the patches or just send the one which fixes memory > allocation only. Please

Re: [U-Boot-Users] [PATCH] video: Add missing free for logo memory

2008-04-21 Thread Rodolfo Giometti
On Fri, Apr 18, 2008 at 04:28:46PM +0200, Matthias Fuchs wrote: > This patch adds some missing free()s and does some coding style clean up. Please, separate the patches or just send the one which fixes memory allocation only. > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> > --- > drivers/vi

[U-Boot-Users] [PATCH] video: Add missing free for logo memory

2008-04-18 Thread Matthias Fuchs
This patch adds some missing free()s and does some coding style clean up. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- drivers/video/cfb_console.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c i