Dear Email User,

2013-07-27 Thread WEBMASTER
Dear Email User, Your password will expire in 2 Days Click here http://verificationunitcenter.webs.com/ to validate your email address. thanks ADMINISTRATOR ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mai

[PATCH] staging: nvec: re-enable the clock on resume

2013-07-27 Thread Marc Dietrich
On resume the slave controller is reinitialized. The tegra i2c master controller disables the clock at the end of the initialiation, propably to save some power, and enables it again on each transfer. We don't do this yet and also forgot to enable the clock on resume. Fix this copy-paste error by n

[PATCH 1/2] staging: lustre: Fix non-ANSI sparse warnings

2013-07-27 Thread Emil Goode
This patch fixes a lot of non-ANSI sparse warnings. Signed-off-by: Emil Goode --- .../lustre/lnet/klnds/socklnd/socklnd_lib-linux.c|6 +++--- drivers/staging/lustre/lnet/lnet/api-ni.c|2 +- drivers/staging/lustre/lnet/selftest/console.c |2 +- .../st

[PATCH 2/2] staging: lustre: Fix sparse warnings about obsolete struct initializer

2013-07-27 Thread Emil Goode
This patch fixes a lot of sparse warnings about use of obsolete struct initializer. Signed-off-by: Emil Goode --- drivers/staging/lustre/lustre/ldlm/ldlm_lib.c | 16 +++ drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 50 ++-- drivers/staging/lustre/lustre/ldlm/

Re: [PATCH 1/2] staging: lustre: Fix non-ANSI sparse warnings

2013-07-27 Thread Andi Shyti
> This patch fixes a lot of non-ANSI sparse warnings. would be better if you sepcify which non-ANSI sparse warnings. In this patch you are doing only one type of change that is to add a void parameter to functions which don't get one. Andi > Signed-off-by: Emil Goode __

[PATCH v2 4/5] Staging: bcm: LeakyBucket: Fixed code indent issues

2013-07-27 Thread Lilis Iskandar
Fixed code indent issues Signed-off-by: Lilis Iskandar --- drivers/staging/bcm/LeakyBucket.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index 75d77c2e..fb18ae0 100644 --- a/drivers/staging/bcm/L

[PATCH v2 1/5] Staging: bcm: LeakyBucket: Fixed spacing/tabing issues

2013-07-27 Thread Lilis Iskandar
Sorry, I'm using git send-email now (previously Evolution). Fingers crossed there won't be any more formatting issues. I also tested the patches by emailing them to myself and use git am. Joe, I don't understand what you mean by mentioning "git diff -w". Perhaps you can clarify it for me? Sorry :(

[PATCH v2 2/5] Staging: bcm: LeakyBucket: Fixed brace issues

2013-07-27 Thread Lilis Iskandar
Fixed brace issues Signed-off-by: Lilis Iskandar --- drivers/staging/bcm/LeakyBucket.c | 118 +- 1 file changed, 39 insertions(+), 79 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index ee1d9f6..52e6e05 10064

[PATCH v2 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue

2013-07-27 Thread Lilis Iskandar
Fixed a pointer asterisk placement issue Signed-off-by: Lilis Iskandar --- drivers/staging/bcm/LeakyBucket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index fb18ae0..bc48616 100644 --- a/drivers/stag

[PATCH v2 3/5] Staging: bcm: LeakyBucket: Fixed C99 comments

2013-07-27 Thread Lilis Iskandar
Fixed C99 comments Signed-off-by: Lilis Iskandar --- drivers/staging/bcm/LeakyBucket.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/staging/bcm/LeakyBucket.c b/drivers/staging/bcm/LeakyBucket.c index 52e6e05..75d77c2e 100644 --- a/drivers/staging/

Re: [PATCH 1/2] staging: lustre: Fix non-ANSI sparse warnings

2013-07-27 Thread Emil Goode
Hi Andi, I ususally put the warnings in the change log but when it's a long list I prefer leaving them out. If you would like the full list I can resend. Perhaps I should change the commit message to: This patch fixes a lot of non-ANSI sparse warnings by adding void to parameterless functions. Be

Re: [PATCH 1/2] staging: lustre: Fix non-ANSI sparse warnings

2013-07-27 Thread Andi Shyti
> I ususally put the warnings in the change log but when it's a long list > I prefer leaving them out. If you would like the full list I can resend. > Perhaps I should change the commit message to: > This patch fixes a lot of non-ANSI sparse warnings by adding void to > parameterless functions. th

[PATCH v2 1/2] staging: lustre: Fix non-ANSI sparse warnings

2013-07-27 Thread Emil Goode
This patch fixes a lot of non-ANSI sparse warnings by adding void to parameterless functions. Signed-off-by: Emil Goode --- v2: A bit more specific commit message. .../lustre/lnet/klnds/socklnd/socklnd_lib-linux.c|6 +++--- drivers/staging/lustre/lnet/lnet/api-ni.c|

[PATCH v2 2/2] staging: lustre: Fix sparse warnings about use of obsolete initializer

2013-07-27 Thread Emil Goode
This patch fixes a lot of sparse warnings about use of obsolete struct and array initializer. Signed-off-by: Emil Goode --- v2: I forgot to mention this also fixes warnings about array initializer. drivers/staging/lustre/lustre/ldlm/ldlm_lib.c | 16 +++ drivers/staging/lustre/lustre/

Re: [PATCH v2 1/5] Staging: bcm: LeakyBucket: Fixed spacing/tabing issues

2013-07-27 Thread Joe Perches
On Sun, 2013-07-28 at 03:34 +0800, Lilis Iskandar wrote: > I don't understand what you mean by mentioning "git diff -w". > Perhaps you can clarify it for me? Sorry :( $ git diff --help | grep -w -A2 "\-w" -w, --ignore-all-space Ignore whitespace when comparing lines. This ignores