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
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
> -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;
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
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
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
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
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
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