Re: [PATCH] staging/hv/osd: don't reimplement ALIGN macro

2011-01-18 Thread Greg KH
On Tue, Jan 18, 2011 at 04:39:11PM +0100, Uwe Kleine-König wrote: > Signed-off-by: Uwe Kleine-König > --- > drivers/staging/hv/osd.h |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/hv/osd.h b/drivers/staging/hv/osd.h > index ce064e8..61ae54c 1006

3D/2D Animation services - Cartoon Movie - 3D modeling

2011-01-18 Thread Louis
You are receiving this email because we wish you to use our 3D/2D animation services. We are a China based animation studio. We are specialized in providing 3D designing/modelling/animation services across the globe. We utilize the finest equipment available in the industry, offer efficient data d

[PATCH 0/6] more easycap cleanups

2011-01-18 Thread Tomas Winkler
This series provides more code cleanup, w/o any functional changes - Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distrib

[staging 6/6] staging:easycap: make functions local to easycap_main.c static

2011-01-18 Thread Tomas Winkler
1. remove declarations from the header file 2. rearange code in main.c to reduce number of forward declarations Signed-off-by: Tomas Winkler --- drivers/staging/easycap/easycap.h | 27 +--- drivers/staging/easycap/easycap_main.c | 262 +++- 2 files changed, 12

[staging 5/6] staging:easycap: replace STRINGIZE with __stringify()

2011-01-18 Thread Tomas Winkler
Signed-off-by: Tomas Winkler --- drivers/staging/easycap/easycap.h |2 -- drivers/staging/easycap/easycap_settings.c | 12 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h index 2cc5b2

[staging 4/6] staging:easycap: kill EASYCAP_NEEDS_CARD_CREATE

2011-01-18 Thread Tomas Winkler
for in-tree driver we can use snd_card_create for backports to older kernels this can be easily wrapped Signed-off-by: Tomas Winkler --- drivers/staging/easycap/Makefile|1 - drivers/staging/easycap/easycap_sound.c |9 - 2 files changed, 0 insertions(+), 10 deletions(-)

[staging 3/6] staging:easycap: group module parameters handling

2011-01-18 Thread Tomas Winkler
1. For readability group module parameters handling on one place 2. Introduce kernel config option EASY_DEBUG Signed-off-by: Tomas Winkler --- drivers/staging/easycap/Kconfig| 13 + drivers/staging/easycap/easycap.h |6 +++--- drivers/staging/easycap/easycap_main.c

[staging 2/6] staging:easycap: use #ifndef __EASYCAP_H_ for header inclusion protection

2011-01-18 Thread Tomas Winkler
use common #ifndef __EASYCAP_H_ instead of if (!defined(EASYCAP_H)) for protecting header from double inclusion Signed-off-by: Tomas Winkler --- drivers/staging/easycap/easycap.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/easycap/easycap.h b/dr

18 Jan 2011

2011-01-18 Thread Mr. Gadson
Hello, Please, I seek your help in receiving a contract payment, if you would be kind enough to grant me permission, I will be glad to give you the details. I am ready to offer you 30% of the total amount for your input. If you are interested, get back to me with the following details Your

Re: [PATCH] staging/vt6655: fix sparse warning "obsolete struct initializer"

2011-01-18 Thread Peter Hüwe
Am Montag 10 Januar 2011, 23:28:06 schrieb Peter Huewe: > This patch fixes the sparse warnings > "obsolete struct initializer, use C99 syntax" in vt6655/device_main.c > by converting the struct to C99 syntax > > KernelVersion: linux-next-20110110 > > Signed-off-by: Peter Huewe > --- Ping - any

Re: [PATCH] staging/comedi/icp_multi: fix sparse warning "obsolete struct initializer"

2011-01-18 Thread Peter Hüwe
Am Montag 10 Januar 2011, 23:18:33 schrieb Peter Huewe: > This patch fixes the sparse warnings > "obsolete struct initializer, use C99 syntax" in icp_multi.c > by converting the struct to C99 syntax > > KernelVersion: linux-next-20110110 > > Signed-off-by: Peter Huewe > --- Ping - any updates o

Re: [PATCH] staging/comedi/me4000: fix sparse warning "obsolete struct initializer"

2011-01-18 Thread Peter Hüwe
Am Montag 10 Januar 2011, 23:07:16 schrieb Peter Huewe: > This patch fixes the sparse warnings in me4000.c: > me4000.c:122:1: warning: obsolete struct initializer, use C99 syntax > me4000.c:123:1: warning: obsolete struct initializer, use C99 syntax > me4000.c:124:1: warning: obsolete struct initia

Re: WARNING in module rt2870sta stable kernel 2.6.37

2011-01-18 Thread Eric Dumazet
Le mardi 18 janvier 2011 à 23:25 +0300, Denis Kirjanov a écrit : > I have sent a patch to fix this problem: https://lkml.org/lkml/2011/1/10/329 > It also fixes a bug #26472: https://bugzilla.kernel.org/show_bug.cgi?id=26472 OK, next time CC netdev so that we can Ack your patches ;)

Re: WARNING in module rt2870sta stable kernel 2.6.37

2011-01-18 Thread Eric Dumazet
Le mardi 18 janvier 2011 à 21:16 +0100, Giangiacomo Mariotti a écrit : > Hi, the following message was logged on a 2.6.37 kernel(it says > tainted, but it's actually a micro patch I wrote and applied on top of > current 2.6.37 vanilla, patch appended, but it should be irrelevant, I > just shut up a

Re: WARNING in module rt2870sta stable kernel 2.6.37

2011-01-18 Thread Denis Kirjanov
I have sent a patch to fix this problem: https://lkml.org/lkml/2011/1/10/329 It also fixes a bug #26472: https://bugzilla.kernel.org/show_bug.cgi?id=26472 On Tue, Jan 18, 2011 at 11:16 PM, Giangiacomo Mariotti wrote: > Hi, the following message was logged on a 2.6.37 kernel(it says > tainted, but

WARNING in module rt2870sta stable kernel 2.6.37

2011-01-18 Thread Giangiacomo Mariotti
Hi, the following message was logged on a 2.6.37 kernel(it says tainted, but it's actually a micro patch I wrote and applied on top of current 2.6.37 vanilla, patch appended, but it should be irrelevant, I just shut up a bunch of useless debug output for this staging driver): [ 31.747937] --

[PATCH] staging: comedi: Make INSN_BITS behavior consistent across drivers

2011-01-18 Thread Ian Abbott
Most comedi hardware drivers that support the INSN_BITS instruction ignore the base channel (specified by insn->chanspec) and assume it is 0. The base channel is supposed to affect how the mask (in data[0]) and bits (in data[1]) are treated. Bit 0 applies to the base channel, bit 1 applies to bas

[PATCH] staging/hv/osd: don't reimplement ALIGN macro

2011-01-18 Thread Uwe Kleine-König
Signed-off-by: Uwe Kleine-König --- drivers/staging/hv/osd.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/hv/osd.h b/drivers/staging/hv/osd.h index ce064e8..61ae54c 100644 --- a/drivers/staging/hv/osd.h +++ b/drivers/staging/hv/osd.h @@ -28,10 +28,9

[staging 1/1] staging:easycap: remove redunant headers

2011-01-18 Thread Tomas Winkler
place all globals to easycap.h, which is included by all c-files easycap_standard: fix declaration vs. definiton conflict Signed-off-by: Tomas Winkler --- drivers/staging/easycap/easycap.h | 19 drivers/staging/easycap/easycap_ioctl.c|1 - drivers/staging/easycap/

Re: [staging 1/3 V2] Staging:easycap: fix sparse warnings for module parameters

2011-01-18 Thread Dan Carpenter
On Tue, Jan 18, 2011 at 02:03:23PM +0200, Tomas Winkler wrote: > easycap_main.c:34:5: warning: symbol 'easycap_debug' was not declared. Should > it be static? > easycap_main.c:36:5: warning: symbol 'easycap_gain' was not declared. Should > it be static? > > These two variables actually were decl

[staging 1/3 V2] Staging:easycap: fix sparse warnings for module parameters

2011-01-18 Thread Tomas Winkler
easycap_main.c:34:5: warning: symbol 'easycap_debug' was not declared. Should it be static? easycap_main.c:36:5: warning: symbol 'easycap_gain' was not declared. Should it be static? These two variables actually were declared in several places. The variables are used in several files. I've fixed

Re: [staging 1/3] Staging:easycap: fix sparse warnings for module parameters

2011-01-18 Thread Dan Carpenter
On Tue, Jan 18, 2011 at 09:37:06AM +0200, Tomas Winkler wrote: > easycap_main.c:34:5: warning: symbol 'easycap_debug' was not declared. Should > it be static? > easycap_main.c:36:5: warning: symbol 'easycap_gain' was not declared. Should > it be static? > First of all there are some code proble