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

2011-12-06 Thread Dan Carpenter
On Tue, Dec 06, 2011 at 11:45:19AM +0100, Johannes Tenschert wrote: > Hi, > > this patch contains coding style fixes (indentation, placing of braces > and spaces, breaking long lines) in led_control.c. > > It fixes most warnings and all errors of scripts/checkpatch.pl. "Most" > warnings because

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

2011-12-06 Thread Greg KH
On Mon, Dec 05, 2011 at 03:17:49PM +0100, Ingo Molnar wrote: > > * Greg KH wrote: > > > On Fri, Dec 02, 2011 at 12:07:10AM +0100, Peter Zijlstra wrote: > > > On Thu, 2011-12-01 at 14:14 -0800, Greg KH wrote: > > > > greg k-h > > > > > > Greg, why are you merging this crap anyway? Aren't there e

[staging-next] staging: mei: updating mei driver documentation

2011-12-06 Thread Tomas Winkler
From: Oren Weil The following changes were made in the document: 1. Update URLs to working links 2. remove old information about module parameters 3. Add IOCTL information. 4. cleanups and fix spelling 5. driver changed from character device to misc character device Signed-off-by: Oren Weil Si

Re: linux-next: Tree for Dec 6 (staging/vme)

2011-12-06 Thread Randy Dunlap
On 12/05/2011 08:44 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20111205: When CONFIG_GPIOLIB is not enabled: drivers/staging/vme/devices/vme_pio2.h:237:19: error: field 'gc' has incomplete type -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code **

Digital Photo Editing Services - Photo Cutout

2011-12-06 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services: We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photo

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

2011-12-06 Thread Johannes Tenschert
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 really readable if just the coding style is fixed. Signed-off-by: Johannes Tenschert

Re: [PATCH v2] comedi_fops: Replace deprecated strict_strtoul with kstrtouint

2011-12-06 Thread Dan Carpenter
On Tue, Dec 06, 2011 at 11:08:08AM +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 > --- > drivers/staging/comedi/comedi_fops.

[PATCH] staging: bcm: led_control.c: coding style cleanup

2011-12-06 Thread Johannes Tenschert
Hi, this patch contains coding style fixes (indentation, placing of braces and spaces, breaking long lines) in led_control.c. It fixes most warnings and all errors of scripts/checkpatch.pl. "Most" warnings because parts of the file are highly nested and those lines would be unreadable if they w

Re: [PATCH] staging:iio:dac: Add AD5380 driver

2011-12-06 Thread Jonathan Cameron
Lars-Peter Clausen wrote: >On 12/05/2011 11:00 PM, Jonathan Cameron wrote: >> On 12/05/2011 04:08 PM, Lars-Peter Clausen wrote: >>> This patch adds support for the Analog Devices D5380, AD5381, >>> AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel >>> Digital to Analog Converters. >>

生育医疗费用包括哪些b什么情况下可以享受生育津贴

2011-12-06 Thread f49pbjt
ÀÍ ¶¯ Õù Òé ÉúÓýÒ½ÁÆ·ÑÓðüÀ¨ÄÄЩbʲôÇé¿öÏ¿ÉÒÔÏíÊÜÉúÓý½òÌù Imq_7975.xls Description: Binary data ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[PATCH v2] comedi_fops: Replace deprecated strict_strtoul with kstrtouint

2011-12-06 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(+

Błąd Zauważyłem Code 573FKx9

2011-12-06 Thread Systemu Administrator
Drodzy użytkownika konto e-mail Ze wzgledu na niedawne sladu przez naszych pracowników administratora, zauwazylismy, ze rózne komputerów zalogowaniu sie do poczty ektronicznej i wielu hasel awariibyly obecne przed zalogowac. Dlatego twoje konto zostalo ograniczone. Dostep do portalu zarzadzania d

[PATCH v2] staging:iio:dac: Add AD5380 driver

2011-12-06 Thread Lars-Peter Clausen
This patch adds support for the Analog Devices D5380, AD5381, AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel Digital to Analog Converters. Signed-off-by: Lars-Peter Clausen Acked-by: Jonathan Cameron --- Changes since v1: * Fix typo in the chip_info table. --- drivers/stag

Re: [PATCH] staging:iio:dac: Add AD5380 driver

2011-12-06 Thread Lars-Peter Clausen
On 12/05/2011 11:00 PM, Jonathan Cameron wrote: > On 12/05/2011 04:08 PM, Lars-Peter Clausen wrote: >> This patch adds support for the Analog Devices D5380, AD5381, >> AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel >> Digital to Analog Converters. >> > Lars-Peter > > Just got a build

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

2011-12-06 Thread Dan Carpenter
On Mon, Dec 05, 2011 at 10:41:54PM -0200, Marcos Paulo de Souza wrote: > On Mon, 5 Dec 2011, Dan Carpenter wrote: > >On Sun, Dec 04, 2011 at 11:12:46PM -0200, Marcos Paulo de Souza wrote: > >>This patch change all references of BOOL to int. As asked by the TODO > >>file of the driver, we need to re

[PATCH] Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" when an error occurs.

2011-12-06 Thread Kevin McKinney
In this clean up patch, I altered functions: copy_to/ from_user() to return -EFAULT when an error occurs. I also replaced break statements when an error occurs from copy_to/from_user() with direct returns of -EFAULT. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/Bcmchar.c | 75