Animated Movie/TV Series - Cartoon Movie/TV Series - 3D/2D Animation Services

2011-07-09 Thread Louis
You are receiving this email because we wish you to use our 3D/2D Animated Movie/TV Series Services. We are a China based Animated Movie/TV Series Studio. with the technical, our studio is a animation studio with the technical, creative and production capabilities to create a new generation of

Digital Photo Editing Services - Photo Cutout

2011-07-09 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services: We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photo

RE: [PATCH] drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereference

2011-07-09 Thread KY Srinivasan
> -Original Message- > From: Julia Lawall [mailto:ju...@diku.dk] > Sent: Saturday, July 09, 2011 3:23 PM > To: Hank Janssen > Cc: kernel-janit...@vger.kernel.org; Haiyang Zhang; Greg Kroah-Hartman; KY > Srinivasan; Abhishek Kane (Mindtree Consulting PVT LTD); > de...@driverdev.osuosl.org;

[PATCH] drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereference

2011-07-09 Thread Julia Lawall
From: Julia Lawall In this code, blkvsc_req is allocated in the cache blkdev->request_pool, but freed in the first case to the cache blkvsc_req->dev->request_pool. blkvsc_req->dev is subsequently initialized to blkdev, making these the same at the second call to kmem_cache_free. But at the point

[PATCH 2/2] Staging: comedi: fix warning: line over 80 character issue in s626.c

2011-07-09 Thread Ravishankar
From: Ravishankar This is a patch to the s626.c file that fixes up a warning: line over 80 character found by the checkpatch.pl tool Signed-off-by: Ravishankar --- drivers/staging/comedi/drivers/s626.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/d

[PATCH] Staging: comedi: fix warning: line over 80 character issue in s626.c

2011-07-09 Thread Ravishankar
From: Ravishankar This is a patch to the s626.c file that fixes up a warning:line over 80 character found by the checkpatch.pl tool Signed-off-by: Ravishankar --- drivers/staging/comedi/drivers/s626.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/driver

[PATCH] Staging: echo: fixed coding style

2011-07-09 Thread Mark Pearson
Fixed coding style issues. Signed-off-by: Mark Pearson --- drivers/staging/echo/echo.c | 18 ++ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/staging/echo/echo.c b/drivers/staging/echo/echo.c index c0adae1..e4b5f0e 100644 --- a/drivers/staging/echo/ech

Re: [PATCH 9/9] Staging: comedi: fix printk issue in pcmmio.c

2011-07-09 Thread Dan Carpenter
On Sat, Jul 09, 2011 at 11:55:00AM +0530, Ravishankar wrote: > @@ -663,7 +663,7 @@ static int pcmmio_dio_insn_bits(struct comedi_device *dev, > } > #ifdef DAMMIT_ITS_BROKEN > /* DEBUG */ > - printk("data_out_byte %02x\n", (unsigned)byte); > + printk(KERN

[PATCH 10/10] Re:[PATCH]Staging: comedi: fix brace coding style issue in rtd520.c

2011-07-09 Thread Ravishankar
From: Ravishankar Signed-off-by: Ravishankar --- There is no braces in earlier now it's fixed. --- drivers/staging/comedi/drivers/rtd520.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/rtd520.c b/drivers/staging/comedi/drivers/rtd