Re: [PATCH] staging: media: cxd2099: remove memcpy of similar structure variables

2012-08-05 Thread Devendra Naga
Hi Ezequiel, On Mon, Aug 6, 2012 at 3:36 AM, Ezequiel Garcia wrote: > Hi Devendra, > > Thanks for the patch, > > On Sun, Aug 5, 2012 at 5:40 PM, Devendra Naga > wrote: >> structure variables can be assigned, no memcpy needed, >> remove the memcpy and use assignment for the cfg and en variables.

Re: [PATCH 0/4] promote zcache from staging

2012-08-05 Thread Minchan Kim
On Tue, Jul 31, 2012 at 11:36:04AM -0400, Konrad Rzeszutek Wilk wrote: > On Sun, Jul 29, 2012 at 10:54:28AM +0900, Minchan Kim wrote: > > On Fri, Jul 27, 2012 at 02:42:14PM -0700, Dan Magenheimer wrote: > > > > From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] > > > > Sent: Friday, July 27, 20

Re: [PATCH 0/4] promote zcache from staging

2012-08-05 Thread Minchan Kim
Hi Konrad, On Tue, Jul 31, 2012 at 01:51:42PM -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Jul 31, 2012 at 09:19:16AM -0700, Greg Kroah-Hartman wrote: > > On Tue, Jul 31, 2012 at 11:58:43AM -0400, Konrad Rzeszutek Wilk wrote: > > > So in my head I feel that it is Ok to: > > > 1) address the conce

Re: Bug#680762: [stable 2.6.36+] lirc_sir: make device registration work

2012-08-05 Thread Ben Hutchings
On Sun, 2012-08-05 at 19:28 -0400, Jarod Wilson wrote: > On Aug 5, 2012, at 3:52 PM, Ben Hutchings wrote: > > > On Wed, 2012-08-01 at 15:51 +0200, Stefan Lippers-Hollmann wrote: > >> Hi > >> > >> Please consider adding "[media] lirc_sir: make device registration > >> work" to stable: > >> > >>

Re: Bug#680762: [stable 2.6.36+] lirc_sir: make device registration work

2012-08-05 Thread Jarod Wilson
On Aug 5, 2012, at 3:52 PM, Ben Hutchings wrote: > On Wed, 2012-08-01 at 15:51 +0200, Stefan Lippers-Hollmann wrote: >> Hi >> >> Please consider adding "[media] lirc_sir: make device registration >> work" to stable: >> >> >> >> This probably needs to get acked by the subsystem maintainer. >>

Re: Bug#680762: [stable 2.6.36+] lirc_sir: make device registration work

2012-08-05 Thread Ben Hutchings
On Wed, 2012-08-01 at 15:51 +0200, Stefan Lippers-Hollmann wrote: > Hi > > Please consider adding "[media] lirc_sir: make device registration > work" to stable: > > > > This probably needs to get acked by the subsystem maintainer. > > Mauro, Jarod? > commit 4b71ca6bce8fab3d08c61bf330e781f9

Re: [PATCH] staging: media: cxd2099: remove memcpy of similar structure variables

2012-08-05 Thread Ezequiel Garcia
Hi Devendra, Thanks for the patch, On Sun, Aug 5, 2012 at 5:40 PM, Devendra Naga wrote: > structure variables can be assigned, no memcpy needed, > remove the memcpy and use assignment for the cfg and en variables. > > Tested by Compilation Only > > Suggested-by: Ezequiel Garcia I'm not sure th

[PATCH 2/2] staging/crystalhd: unregister chardev when class_create fails in chd_dec_init_chdev

2012-08-05 Thread Devendra Naga
we missed a unregiser_chrdev if the class_create and subsequent function calls / checks fail Signed-off-by: Devendra Naga --- drivers/staging/crystalhd/crystalhd_lnx.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/crystalhd/crystalhd_lnx.c b/drivers/

[PATCH 1/2] staging/crystalhd: assign PTR_ERR at fail cases to rc in chd_dec_init_chdev

2012-08-05 Thread Devendra Naga
the rc assignment to PTR_ERR at fail cases of class_create and device_create are missed out, return proper error rather than returning -ENODEV. Signed-off-by: Devendra Naga --- drivers/staging/crystalhd/crystalhd_lnx.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/cry

[PATCH] staging: media: cxd2099: remove memcpy of similar structure variables

2012-08-05 Thread Devendra Naga
structure variables can be assigned, no memcpy needed, remove the memcpy and use assignment for the cfg and en variables. Tested by Compilation Only Suggested-by: Ezequiel Garcia Signed-off-by: Devendra Naga --- drivers/staging/media/cxd2099/cxd2099.c |4 ++-- 1 file changed, 2 insertions(

RE: [PATCH net-next,1/1] hyperv: Move wait completion msg code into rndis_filter_halt_device()

2012-08-05 Thread Haiyang Zhang
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Friday, August 03, 2012 7:52 PM > To: Haiyang Zhang > Cc: net...@vger.kernel.org; KY Srinivasan; o...@aepfle.de; > jasow...@redhat.com; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org > Subject: Re