Re: Anybody working on line6?

2014-09-12 Thread L . Alberto Giménez
are to test. I do have hardware (HD500). The problem is that I see this driver as something quite complex for me right now. I'll try to dig a little bit in the code and check it out. Regards, -- L. Alberto Giménez GnuPG key ID 0xDD4E27AB ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging/lustre: Fix sparse error (signature mismatch)

2014-07-24 Thread L . Alberto Giménez
/lustre/lustre/include/lprocfs_status.h does not include the attribute. Make declaration and definition match. Signed-off-by: L. Alberto Giménez --- drivers/staging/lustre/lustre/include/lprocfs_status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre

Re: [PATCH] staging: rtl8172u: Make ieee80211_crypto_init static

2014-06-21 Thread L . Alberto Giménez
On Thu, Jun 19, 2014 at 05:14:26PM -0700, Greg Kroah-Hartman wrote: > On Thu, Jun 12, 2014 at 07:40:49PM +0200, L. Alberto Giménez wrote: > > Fix sparse warning. > > > > Signed-off-by: L. Alberto Giménez > > --- > > drivers/staging/rtl8192u/ieee80211/ieee80211_c

[PATCH] staging: rtl8172u: Make ieee80211_crypto_init static

2014-06-12 Thread L . Alberto Giménez
Fix sparse warning. Signed-off-by: L. Alberto Giménez --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c index

Re: [PATCH] staging/line6: Fix kzalloc coding style issue

2014-04-07 Thread L . Alberto Giménez
On Mon, Apr Apr 2014 at 08:05:04AM +0200, Takashi Iwai said: > At Mon, 7 Apr 2014 00:12:30 +0200, > L. Alberto Giménez wrote: > > > > Pass the actual variable to sizeof instead of a type definition. > > > > Signed-off-by: L. Alberto Giménez > > Acked-by:

[PATCH] staging/line6: Fix kzalloc coding style issue

2014-04-06 Thread L . Alberto Giménez
Pass the actual variable to sizeof instead of a type definition. Signed-off-by: L. Alberto Giménez --- drivers/staging/line6/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c index 661080b..a3136b1 100644 --- a