Re: [TRIVIAL PATCH next 12/15] video: Convert vmalloc/memset to vzalloc

2011-05-31 Thread Heiko Stübner
Am Samstag 28 Mai 2011, 19:36:32 schrieb Joe Perches: > diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c > index 3ec4923..86573e2 100644 > --- a/drivers/video/arcfb.c > +++ b/drivers/video/arcfb.c > @@ -515,11 +515,10 @@ static int __devinit arcfb_probe(struct > platform_device *dev) > >

Re: [TRIVIAL PATCH V2 next 12/15] video: Convert vmalloc/memset to vzalloc

2011-05-31 Thread Konrad Rzeszutek Wilk
On Sat, May 28, 2011 at 11:13:33AM -0700, Joe Perches wrote: > Signed-off-by: Joe Perches Acked-by: Konrad Rzeszutek Wilk on the: > diff --git a/drivers/video/xen-fbfront.c b/drivers/video/xen-fbfront.c > index a20218c..beac52f 100644 > --- a/drivers/video/xen-fbfront.c > +++ b/drivers/video/xe