Re: [PATCH 1/1] remove version.h includes in drivers/staging/rts5139 as reported by "make versioncheck"

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 08:23:39PM -0500, Devendra Naga wrote: > From: Dev Not good. > Signed-off-by: Devendra Naga Good. So, care to try a third time? greg k-h ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Ramirez Luna, Omar
On Thu, Dec 8, 2011 at 6:07 PM, Greg KH wrote: >> > Definitely 3.2-fix material IMO :) >> >> I believe it was pushed to staging-next... I'm rooting so it can be >> pushed to staging-linus :) > > As it wasn't originally stated that this was a problem that needed to be > fixed for 3.2, can it wait f

[PATCH 1/1] remove version.h includes in drivers/staging/rts5139 as reported by "make versioncheck"

2011-12-08 Thread Devendra Naga
From: Dev Signed-off-by: Devendra Naga --- drivers/staging/rts5139/rts51x.h |1 - drivers/staging/rts5139/rts51x_transport.h |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rts5139/rts51x.h b/drivers/staging/rts5139/rts51x.h index 9415d5c.

Re: [PATCH 1/3] staging: vtt6655: 80211hdr.h, 80211mgr.c: General cleanup

2011-12-08 Thread Marcos Paulo de Souza
On Thu, 8 Dec 2011, Greg KH wrote: On Fri, Dec 02, 2011 at 07:55:14PM +, Marcos Paulo de Souza wrote: This patch removes some useless comments, commented code and blank lines. Also fix coding style of headers of functions. Signed-off-by: Marcos Paulo de Souza Cc: Greg Kroah-Hartman Cc: d

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Felipe Contreras
On Fri, Dec 9, 2011 at 2:07 AM, Greg KH wrote: > On Thu, Dec 08, 2011 at 02:16:10PM -0600, Ramirez Luna, Omar wrote: >> On Thu, Dec 8, 2011 at 2:11 PM, Felipe Contreras >> > Definitely 3.2-fix material IMO :) >> >> I believe it was pushed to staging-next... I'm rooting so it can be >> pushed to st

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 02:16:10PM -0600, Ramirez Luna, Omar wrote: > On Thu, Dec 8, 2011 at 2:11 PM, Felipe Contreras > wrote: > > On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna > > wrote: > >> Given that dm timer framework doesn't support request of clocks > >> by soft | hard irqs because

Re: [PATCH 23/30] Staging: comedi: fix brace coding style issue in ni_at_a2150.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:22:18PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the ni_at_a2150.c file that fixes up a brace > warning found by the checkpatch.pl tool. No it doesn't. ___ devel mailing list devel@linuxdriverpro

Re: [PATCH 24/30] Staging: comedi: fix brace coding style issue in cb_pcidda.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:22:19PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the cb_pcidda.c file that fixes up a brace > warning found by the checkpatch.pl tool. No it doesn't. ___ devel mailing list devel@linuxdriverproje

Re: [PATCH 22/30] Staging: comedi: fix brace coding style issue in ni_at_a2150.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:22:17PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the ni_at_a2150.c file that fixes up a brace > warning found by the checkpatch.pl tool. > > Removed unnecessary printk statement. Which causes a bug, please don't do that. greg k-h

Re: [PATCH 06/30] Staging: comedi: fix printk line over 80 character issue in daqboard2000.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:22:01PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the daqboard2000.c file that fixes up a > line over 80 character warning found by the checkpatch.pl tool. > Your subject: is incorrect, so I can't apply this. greg k-h _

Re: [PATCH 04/30] Staging: comedi: fix printk issue in daqboard2000.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:21:59PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the daqboard2000.c file that fixes up a > printk warning found by the checkpatch.pl tool. > > Removed ifdef DEBUG_EEPROM. Are you sure you can? > Converted printks to pr_. Again, please us

Re: [PATCH 03/30] Staging: comedi: fix printk issue in daqboard2000.c

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:21:58PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the daqboard2000.c file that fixes up a > printk warning found by the checkpatch.pl tool. > > Converted printks to pr_. > > Signed-off-by: Ravishankar Karkala Mallikarjunayya > > --- > dr

Re: [PATCH v3 1/2] staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouint

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 12:12:44PM +0100, Florian Schmaus wrote: > As reported by checkpatch.pl strict_strtoul should be replaced. It was > replaced with kstrtouint since async->max_bufsize is an unsigned int > anyway. > > Signed-off-by: Florian Schmaus PLEASE always run your patches through che

Re: [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:23:54AM +0100, Ingo Molnar wrote: > > * Greg KH wrote: > > > > Same goes for a whole lot of other crap that distros are > > > carrying. Would we want to merge a different CPU scheduler > > > or the 4g:4g patch or a completely new networking stack into > > > drivers/

Re: [PATCH 1/1] remove version.h includes in drivers/staging/rts5139 as reported by "make versioncheck"

2011-12-08 Thread Greg KH
On Mon, Dec 05, 2011 at 05:49:57AM -0500, Dev wrote: > > Signed-off-by: Dev Hm, I think I need a bit more "real" name here. Care to resend it with something "real"? thanks, greg k-h ___ devel mailing list devel@linuxdriverproject.org http://driverde

Re: [PATCH 1/3] staging: vtt6655: 80211hdr.h, 80211mgr.c: General cleanup

2011-12-08 Thread Greg KH
On Fri, Dec 02, 2011 at 07:55:14PM +, Marcos Paulo de Souza wrote: > This patch removes some useless comments, commented code and blank > lines. Also fix coding style of headers of functions. > > Signed-off-by: Marcos Paulo de Souza > Cc: Greg Kroah-Hartman > Cc: de...@driverdev.osuosl.org >

Re: [PATCH] staging: bcm: HandleControlPacket.c: coding style cleanup

2011-12-08 Thread Greg KH
On Tue, Dec 06, 2011 at 05:38:41PM +0100, Johannes Tenschert wrote: > Hi, > > this patch contains coding style fixes (indentation, placing of braces > and spaces, breaking long lines) in HandleControlPacket.c. > > It fixes most warnings and errors of scripts/checkpatch.pl. Those left aren't > rea

Re: [PATCH] staging: rtl8192u: Remove unused files

2011-12-08 Thread Greg KH
On Wed, Nov 30, 2011 at 07:29:56PM -0500, Sean MacLennan wrote: > The rtl8192u/ieee80211 contains some unused header and c files. Remove > them. Also the file ieee80211_crypt.h was in the top level rtl8192u > directory but was not used. > > Signed-off-by: Sean MacLennan This patch failed to appl

Re: [PATCH] iio:staging: Fix typo

2011-12-08 Thread Jonathan Cameron
On 12/08/2011 04:45 PM, Lars-Peter Clausen wrote: > Fix a small typo in the iio_modifer enum. lol. Clearly not one of our more heavily used elements. Good to catch it though. > > Signed-off-by: Lars-Peter Clausen Acked-by: Jonathan Cameron > --- > drivers/staging/iio/types.h |2 +- > 1 file

Re: [PATCH 3/3] staging:iio: Fix scan mask update

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:35:53PM +0100, Lars-Peter Clausen wrote: > When updating the scan mask we have to check the actual scan mask for if the > channel is already enabled, not the matching scan mask from the available > scan masks. The bit will already be set there and as a result the actual >

Re: [PATCH 2/3] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo

2011-12-08 Thread Greg KH
On Thu, Dec 08, 2011 at 06:35:52PM +0100, Lars-Peter Clausen wrote: > n is the number of bytes to read, not the number of samples. So if there is > enough data available we will write to the userspace buffer beyond its bounds. > Fix this by copying n bytes maximum. Also round n down to the next mul

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Ramirez Luna, Omar
On Thu, Dec 8, 2011 at 2:11 PM, Felipe Contreras wrote: > On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna > wrote: >> Given that dm timer framework doesn't support request of clocks >> by soft | hard irqs because some recent changes, tidspbridge needs >> to request its clocks on init and ena

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Ramirez Luna, Omar
On Thu, Dec 8, 2011 at 1:50 PM, Felipe Contreras wrote: > On Thu, Dec 8, 2011 at 9:10 PM, Ramirez Luna, Omar > wrote: >> On Wed, Dec 7, 2011 at 4:11 PM, Felipe Contreras >> wrote: >>> On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna >>> wrote: Given that dm timer framework doesn't sup

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Felipe Contreras
On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna wrote: > Given that dm timer framework doesn't support request of clocks > by soft | hard irqs because some recent changes, tidspbridge needs > to request its clocks on init and enable/disable them on demand. > > This was first seen on 3.2-rc1. >

Re: [PATCH 3/3] staging: vt6655: card.c, srom.c, vntwifi.c: Code cleanup

2011-12-08 Thread Greg KH
On Sun, Dec 04, 2011 at 08:01:39PM -0200, Marcos Paulo de Souza wrote: > On Sat, 3 Dec 2011, Dan Carpenter wrote: > >On Fri, Dec 02, 2011 at 07:58:12PM +, Marcos Paulo de Souza wrote: > >>This patch removes commented code, useless comments, blank lines and fix > >>coding style of the headers of

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Felipe Contreras
On Thu, Dec 8, 2011 at 9:10 PM, Ramirez Luna, Omar wrote: > On Wed, Dec 7, 2011 at 4:11 PM, Felipe Contreras > wrote: >> On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna >> wrote: >>> Given that dm timer framework doesn't support request of clocks >>> by soft | hard irqs because some recent

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-08 Thread Ramirez Luna, Omar
On Wed, Dec 7, 2011 at 4:11 PM, Felipe Contreras wrote: > On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna > wrote: >> Given that dm timer framework doesn't support request of clocks >> by soft | hard irqs because some recent changes, tidspbridge needs >> to request its clocks on init and ena

[PATCH 3/3] staging:iio: Fix scan mask update

2011-12-08 Thread Lars-Peter Clausen
When updating the scan mask we have to check the actual scan mask for if the channel is already enabled, not the matching scan mask from the available scan masks. The bit will already be set there and as a result the actual scan mask will not get updated and the channel stays disabled. Also fix th

[PATCH 2/3] staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo

2011-12-08 Thread Lars-Peter Clausen
n is the number of bytes to read, not the number of samples. So if there is enough data available we will write to the userspace buffer beyond its bounds. Fix this by copying n bytes maximum. Also round n down to the next multiple of the sample size, so we will only read complete samples. If the bu

[PATCH 1/3] staging:iio: Fix sw_ring memory corruption

2011-12-08 Thread Lars-Peter Clausen
The sw_ring does not properly handle the case where the write pointer already has wrapped around, the read pointer has not and the remaining buffer space at the end is enough to fill the read buffer: +---+ | | |##data##| | +---

[PATCH v2] staging:iio: Fix typo

2011-12-08 Thread Lars-Peter Clausen
Fix a small typo in the iio_modifer enum. Signed-off-by: Lars-Peter Clausen --- Changes since v1: * Fix up the order of subsystem is the subject line. --- drivers/staging/iio/types.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/iio/types.h b/

[PATCH] iio:staging: Fix typo

2011-12-08 Thread Lars-Peter Clausen
Fix a small typo in the iio_modifer enum. Signed-off-by: Lars-Peter Clausen --- drivers/staging/iio/types.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/iio/types.h b/drivers/staging/iio/types.h index f1f5ca2..b7d2647 100644 --- a/drivers/staging/iio/

Re: staging: bcm: led_control.c coding style cleanup v2

2011-12-08 Thread Dan Carpenter
On Wed, Dec 07, 2011 at 06:25:05PM +0100, Johannes Tenschert wrote: > Hi, > > this updated patch contains coding style fixes in led_control.c. Its > broken up into several patches as suggested by Dan Carpenter: > > [PATCH v2 1/5] staging: bcm: led_control.c: fix whitespaces > [PATCH v2 2/5] stagi

Re: [PATCH 09/30] Staging: comedi: fix printk issue in pcmuio.c

2011-12-08 Thread Hans J. Koch
On Thu, Dec 08, 2011 at 06:22:04PM +0530, Ravishankar karkala Mallikarjunayya wrote: > This is a patch to the pcmuio.c file that fixes up a > printk warning found by the checkpatch.pl tool. > > Added KERN_facility levels for printks. You shouldn't use printk, use the dev_* macros, e.g. dev_warn,

Ref: UN052-0320

2011-12-08 Thread Marylu Moreno
After much attempts to reach you on phone, I deemed it necessary and urgent to contact you via your e-mail and to notify you finally about your outstanding compensation payment. During our last annual calculation of your banking activities we have realized that you are eligible to receive a co

[PATCH 30/30] Staging: comedi: fix printk issue in das1800.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the das1800.c file that fixes up a printk warning found by the checkpatch.pl tool. Included KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/das1800.c |8 1 files changed, 4 insertions(+), 4 d

[PATCH 29/30] Staging: comedi: fix printk issue in cb_pcidas64.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas64.c file that fixes up a printk warning found by the checkpatch.pl tool. Added KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas64.c |7 --- 1 files changed, 4 insertions(+),

[PATCH 28/30] Staging: comedi: fix printk issue in cb_pcidas64.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas64.c file that fixes up a printk warning found by the checkpatch.pl tool. Included KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas64.c | 14 +++--- 1 files changed, 7 inse

[PATCH 27/30] Staging: comedi: fix printk issue in cb_pcidas.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef CB_PCIDAS_DEBUG. Included KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas.c |7 +++ 1 f

[PATCH 26/30] Staging: comedi: fix printk issue in cb_pcidas.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef CB_PCIDAS_DEBUG. Included KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas.c | 19 +++-

[PATCH 25/30] Staging: comedi: fix printk issue in cb_pcidas.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidas.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef CB_PCIDAS_DEBUG. Included KERN_facility levels for printk. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas.c | 12 +++-

[PATCH 24/30] Staging: comedi: fix brace coding style issue in cb_pcidda.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a brace warning found by the checkpatch.pl tool. Added KERN_facitity levels for printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidda.c | 26 +- 1 files changed, 1

[PATCH 23/30] Staging: comedi: fix brace coding style issue in ni_at_a2150.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the ni_at_a2150.c file that fixes up a brace warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_at_a2150.c | 27 + 1 files changed, 14 insertion

[PATCH 22/30] Staging: comedi: fix brace coding style issue in ni_at_a2150.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the ni_at_a2150.c file that fixes up a brace warning found by the checkpatch.pl tool. Removed unnecessary printk statement. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_at_a2150.c | 27 ++--- 1 files changed,

[PATCH 21/30] Staging: comedi: fix printk issue in jr3_pci.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the jr3_pci.c file that fixes up a printk warning found by the checkpatch.pl tool. Added KERN_facility levels for printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/jr3_pci.c | 14 +++--- 1 files changed, 7 insertions(+),

[PATCH 20/30] Staging: comedi: fix printk issue in jr3_pci.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the jr3_pci.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/jr3_pci.c | 46 ++--- 1 files changed, 22 insertions(+

[PATCH 19/30] Staging: comedi: fix printk issue in jr3_pci.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the jr3_pci.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/jr3_pci.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) d

[PATCH 18/30] Staging: comedi: fix printk issue in jr3_pci.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the jr3_pci.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/jr3_pci.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) d

[PATCH 17/30] Staging: comedi: fix printk issue in dt3000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the dt3000.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Removed if DEBUG. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt3000.c | 12 +--- 1 files changed, 5 insertions(+),

[PATCH 16/30] Staging: comedi: fix printk issue in dt3000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the dt3000.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt3000.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions

[PATCH 15/30] Staging: comedi: fix printk issue in dt3000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the dt3000.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef DEBUG. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt3000.c | 11 --- 1 files changed, 4 insertions(+

[PATCH 14/30] Staging: comedi: fix initialise statics to 0 or NULL issue in dt3000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the dt3000.c file that fixes up a initialise statics to 0 or NULL warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt3000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/

[PATCH 13/30] Staging: comedi: fix printk issue in contec_pci_dio.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the contec_pci_dio.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/contec_pci_dio.c | 14 +++--- 1 files changed, 7 insertions(+),

[PATCH 12/30] Staging: comedi: fix printk issue in contec_pci_dio.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the contec_pci_dio.c file that fixes up a printk warning found by the checkpatch.pl tool. Added KERN_facility levels to printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/contec_pci_dio.c | 10 -- 1 files changed, 4 inser

[PATCH 11/30] Staging: comedi: fix printk issue in cb_pcimdas.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdas.c file that fixes up a printk warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdas.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/c

[PATCH 10/30] Staging: comedi: fix printk issue in pcmuio.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the pcmuio.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef DAMMIT_ITS_BROKEN. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcmuio.c | 13 +++-- 1 files changed,

[PATCH 09/30] Staging: comedi: fix printk issue in pcmuio.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the pcmuio.c file that fixes up a printk warning found by the checkpatch.pl tool. Added KERN_facility levels for printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcmuio.c | 23 +++ 1 files changed, 11 insert

[PATCH 08/30] Staging: comedi: fix line over 80 character issue in cb_pcimdda.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdda.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdda.c | 24 +--- 1 files changed, 17 insertions(+), 7 delet

[PATCH 07/30] Staging: comedi: fix printk issue in cb_pcimdda.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdda.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed unnecessary printk statements. Included KERN_facility levels. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdda.c | 17 ++---

[PATCH 06/30] Staging: comedi: fix printk line over 80 character issue in daqboard2000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) di

[PATCH 05/30] Staging: comedi: fix printk issue in daqboard2000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed unnecessary printk statement. Included KERN_facility level. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 15 +--

[PATCH 04/30] Staging: comedi: fix printk issue in daqboard2000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a printk warning found by the checkpatch.pl tool. Removed ifdef DEBUG_EEPROM. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 17 - 1 file

[PATCH 03/30] Staging: comedi: fix printk issue in daqboard2000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a printk warning found by the checkpatch.pl tool. Converted printks to pr_. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions

[PATCH 02/30] Staging: comedi: fix brace coding style issue in daqboard2000.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/

[PATCH 01/30] Staging: comedi: fix initialise statics to 0 or NULL issue in cb_das16_cs.c

2011-12-08 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_das16_cs.c file that fixes up a initialise statics to 0 or NULL warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_das16_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) dif

[PATCH v3 2/2] Removed int overflow check, which became unnecessary with the previous commit. Improved the readability of the remaining check, by using UINT_MAX.

2011-12-08 Thread Florian Schmaus
Signed-off-by: Florian Schmaus --- drivers/staging/comedi/comedi_fops.c | 30 +++--- 1 files changed, 11 insertions(+), 19 deletions(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 220f24f..d7f7feb 100644 --- a/drivers/

[PATCH v3 1/2] comedi_fops: Replace deprecated strict_strtoul with kstrtouint

2011-12-08 Thread Florian Schmaus
As reported by checkpatch.pl strict_strtoul should be replaced. It was replaced with kstrtouint since async->max_bufsize is an unsigned int anyway. Signed-off-by: Florian Schmaus --- drivers/staging/comedi/comedi_fops.c | 34 +- 1 files changed, 21 insertions(+

Re: [PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area

2011-12-08 Thread Rolf Eike Beer
> The storage driver (storvsc_drv.c) handles all block storage devices > assigned to Linux guests hosted on Hyper-V. This driver has been in the > staging tree for a while and this patch moves it out of the staging area. > As per Greg's recommendation, this patch makes no changes to the > staging/h

Re: [PATCH 1/2] staging: vt6656: aes_ccmp, baseband, bssdb, card: Change BOOL to int

2011-12-08 Thread Dan Carpenter
On Wed, Dec 07, 2011 at 07:28:07PM +, Marcos Paulo de Souza wrote: > So, I agree with you. So, we can make some chnages and ask for > people to test it? I don't have other hardware than my x86. > > So, I think we can remove the typedefs of unsigned char to BYTE. > > When I submit some patches

Re: [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-08 Thread Ingo Molnar
* Mathieu Desnoyers wrote: > Hi Ingo, > > * Ingo Molnar (mi...@elte.hu) wrote: > [...] > > Mathieu, please work with the tracing folks who DO care about > > this stuff. It's not like there's a lack of interest in this > > area, nor is there a lack of willingness to take patches. What > > the