Re: [PATCH 1/1] Fix coding style of driver/staging/ccree/ssi_aead.c

2017-06-17 Thread Gilad Ben-Yossef
Hello Jhin-Ming, Thank your for your patch! On Fri, Jun 16, 2017 at 4:48 PM, Jhih-Ming Hunag wrote: > I fix some coding style errors/warnings of drivers/staging/ccree/ssi_aead.c. > From > total: 54 errors, 109 warnings, 2769 lines checked > to > total: 0 errors, 69 warnings, 2766 lines checked >

[patch v2] tty: define tty_open_by_driver when CONFIG_TTY is not defined

2017-06-17 Thread Okash Khawaja
This patch adds definition of tty_open_by_driver when CONFIG_TTY is not defined. This was supposed to have been included in commit 12e84c71b7d4ee38d51377fd494ac748ee4e6912 ("tty: export tty_open_by_driver"). The patch follows convention for other such functions and returns NULL. Signed-off-by: Oka

Re: tty: define tty_open_by_driver when CONFIG_TTY is not defined

2017-06-17 Thread Samuel Thibault
Okash Khawaja, on sam. 17 juin 2017 10:46:41 +0100, wrote: > This patch adds definition of tty_open_by_driver when CONFIG_TTY is not > defined. This was supposed to have been included in commit > 12e84c71b7d4ee38d51377fd494ac748ee4e6912 ("tty: export > tty_open_by_driver"). The patch follows conven

Re: Re: [PATCH] Staging: wlan-ng: Fix sparse warnings by using appropriate endian types

2017-06-17 Thread Antoine BLIN
Hi, My real name is Antoine BLIN. I'm sorry for the mistake ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: wlan-ng: Fix incorrect type in assignment

2017-06-17 Thread Kamal Heib
Fix the following sparse warnings: prism2mgmt.c:188:25: warning: incorrect type in assignment (different base types) prism2mgmt.c:188:25:expected unsigned short [unsigned] [addressable] [usertype] tx_rate prism2mgmt.c:188:25:got restricted __le16 [usertype] prism2mgmt.c:200:30: warning:

Re: [patch 1/2] staging: speakup: add function to convert dev name to number

2017-06-17 Thread Okash Khawaja
On Sat, Jun 17, 2017 at 12:25:34PM +0200, Greg Kroah-Hartman wrote: > On Sat, Jun 17, 2017 at 11:16:44AM +0100, Okash Khawaja wrote: > > Hi, > > > > On Thu, Jun 15, 2017 at 07:52:51AM +0100, Okash Khawaja wrote: > > > On Wed, Jun 14, 2017 at 03:04:18PM +0200, Greg Kroah-Hartman wrote: > > > > The

[GIT PULL] Staging/IIO driver fixes for 4.12-rc6

2017-06-17 Thread Greg KH
The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5 (2017-06-11 16:48:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.12-rc6 for you to fetch changes up to ed6456afef0

Re: [patch 1/2] staging: speakup: add function to convert dev name to number

2017-06-17 Thread Greg Kroah-Hartman
On Sat, Jun 17, 2017 at 11:16:44AM +0100, Okash Khawaja wrote: > Hi, > > On Thu, Jun 15, 2017 at 07:52:51AM +0100, Okash Khawaja wrote: > > On Wed, Jun 14, 2017 at 03:04:18PM +0200, Greg Kroah-Hartman wrote: > > > The console stuff is odd though, but that is each driver defining the > > > name fo

Re: [patch 1/2] staging: speakup: add function to convert dev name to number

2017-06-17 Thread Okash Khawaja
Hi, On Thu, Jun 15, 2017 at 07:52:51AM +0100, Okash Khawaja wrote: > On Wed, Jun 14, 2017 at 03:04:18PM +0200, Greg Kroah-Hartman wrote: > > The console stuff is odd though, but that is each driver defining the > > name for itself, major/minor does not apply. Also, a separate driver is > > not h

tty: define tty_open_by_driver when CONFIG_TTY is not defined

2017-06-17 Thread Okash Khawaja
This patch adds definition of tty_open_by_driver when CONFIG_TTY is not defined. This was supposed to have been included in commit 12e84c71b7d4ee38d51377fd494ac748ee4e6912 ("tty: export tty_open_by_driver"). The patch follows convention for other such functions and returns NULL. Signed-off-by: Oka