[PATCH 3/15] boot: simplfy gunzip_finish

2007-09-21 Thread Milton Miller
Call gunzip_partial to calculate the remaining length and copy the data to the user buffer. This makes it shorter and reduces duplication. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> --- identical content to 12170, removed extra space in change lo

Re: [PATCH 3/15] boot: simplfy gunzip_finish

2007-07-18 Thread David Gibson
On Wed, Jul 18, 2007 at 11:01:37PM -0500, Milton Miller wrote: > > On Jul 18, 2007, at 9:39 PM, David Gibson wrote: > > > On Tue, Jul 10, 2007 at 05:08:32PM -0500, Milton Miller wrote: > >> > >> Call gunzip_partial to calculate the remaining length and copy the > >> data to the user buffer. Thi

Re: [PATCH 3/15] boot: simplfy gunzip_finish

2007-07-18 Thread Milton Miller
On Jul 18, 2007, at 9:39 PM, David Gibson wrote: > On Tue, Jul 10, 2007 at 05:08:32PM -0500, Milton Miller wrote: >> >> Call gunzip_partial to calculate the remaining length and copy the >> data to the user buffer. This makes it shorter and reduces >> duplication. >> >> Signed-off-by: Milton Mi

Re: [PATCH 3/15] boot: simplfy gunzip_finish

2007-07-18 Thread David Gibson
On Tue, Jul 10, 2007 at 05:08:32PM -0500, Milton Miller wrote: > > Call gunzip_partial to calculate the remaining length and copy the > data to the user buffer. This makes it shorter and reduces > duplication. > > Signed-off-by: Milton Miller <[EMAIL PROTECTED]> Hrm... I guess this is sufficie

[PATCH 3/15] boot: simplfy gunzip_finish

2007-07-10 Thread Milton Miller
Call gunzip_partial to calculate the remaining length and copy the data to the user buffer. This makes it shorter and reduces duplication. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Index: work.git/arch/powerpc/boot/gunzip_util.c =