Re: [PATCH 1/1] DVB: ngene, fix memset parameters

2010-02-10 Thread Oliver Endriss
Jiri Slaby wrote: > Switch second and third memset parameter to stamp the length buffer bytes > by 0xff's, not 255 bytes by low 8 bits of Length. > > Signed-off-by: Jiri Slaby > Cc: Matthias Benesch > Cc: Ralph Metzler > Cc: Oliver Endriss > Cc: Mauro Carvalho Chehab > --- > drivers/media/dv

[PATCH 1/1] DVB: ngene, fix memset parameters

2010-02-10 Thread Jiri Slaby
Switch second and third memset parameter to stamp the length buffer bytes by 0xff's, not 255 bytes by low 8 bits of Length. Signed-off-by: Jiri Slaby Cc: Matthias Benesch Cc: Ralph Metzler Cc: Oliver Endriss Cc: Mauro Carvalho Chehab --- drivers/media/dvb/ngene/ngene-core.c |2 +- 1 file