[PATCH 2/2 V2] staging: dgnc: use tty_alloc_driver instead of kcalloc

2016-03-06 Thread Daeseok Youn
the tty_alloc_driver() can allocate memory for ttys and termios. And also it can release allocated memory easly with using put_tty_driver(). Signed-off-by: Daeseok Youn --- V2: removes appended email header on top of commit log drivers/staging/dgnc/dgnc_tty.c | 86

[PATCH 1/2 V2] staging: dgnc: use pointer type of tty_struct

2016-03-06 Thread Daeseok Youn
For using tty_alloc_driver, SerialDriver has to be pointer type. It also has checkpatch.pl warning about Camelcase, so SerialDriver is changed to serial_driver. Signed-off-by: Daeseok Youn --- V2: removes appended email header on top of commit log

Re: [PATCH V3] staging: rtl8192u: check return value of read_nic_word_E

2016-03-06 Thread Sudip Mukherjee
On Fri, Mar 04, 2016 at 11:40:29AM +0100, Salah Triki wrote: > The call of read_nic_word_E may fail, therefore its return value must be > checked. > > Signed-off-by: Salah Triki > --- > drivers/staging/rtl8192u/r8180_93cx6.c | 30 +-- >

Re: [PATCH 1/2] staging: dgnc: use pointer type of tty_struct

2016-03-06 Thread DaeSeok Youn
2016-03-07 16:10 GMT+09:00 Sudip Mukherjee : > > On Mon, Feb 29, 2016 at 11:15:51AM +0900, Daeseok Youn wrote: > > From 70f8703b3bd73fa56f4ea91e98967b8925550aa6 Mon Sep 17 00:00:00 2001 > > From: Daeseok Youn > > Date: Thu, 25 Feb 2016 14:53:37

Re: [PATCH 1/2] staging: dgnc: use pointer type of tty_struct

2016-03-06 Thread Sudip Mukherjee
On Mon, Feb 29, 2016 at 11:15:51AM +0900, Daeseok Youn wrote: > From 70f8703b3bd73fa56f4ea91e98967b8925550aa6 Mon Sep 17 00:00:00 2001 > From: Daeseok Youn > Date: Thu, 25 Feb 2016 14:53:37 +0900 > Subject: [PATCH 1/2] staging: dgnc: use pointer type of tty_struct These

Re: [PATCH 2/2] isdn: i4l: move active-isdn drivers to staging

2016-03-06 Thread Holger Schurig
I know that in Germany a good amount of land-line telephone line are still using ISDN. Some telco company try to move people to IP only, but this is currently still a process. Especially company line are using ISDN still, and there are some Linux programs that act on then, e.g. Asterisk and

Re: [PATCH 1/1] staging: android: Fixed coding style issues reported by checkpatch

2016-03-06 Thread Greg KH
On Mon, Mar 07, 2016 at 01:00:33AM +0530, Saiyam Doshi wrote: > List of modified files with comment, > lowmemorykiller.c: Added blank line after array declaration > sync.h: Added comment for spinlock_t definition, > Fixed parentheses alignment in function declaration > sync_debug.c:

[PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c

2016-03-06 Thread Claudiu Beznea
This is a patch to the octeon-hcd.c file that fixes up block comments warning found by checkpatch.pl tool Signed-off-by: Claudiu Beznea --- drivers/staging/octeon-usb/octeon-hcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 1/1] staging: android: Fixed coding style issues reported by checkpatch

2016-03-06 Thread Saiyam Doshi
List of modified files with comment, lowmemorykiller.c: Added blank line after array declaration sync.h: Added comment for spinlock_t definition, Fixed parentheses alignment in function declaration sync_debug.c: Removed unnecessary braces for single statement block timed_gpio.c: Added

[PATCH v3 RESEND 1/1] staging: ion: debugfs invalid gfp mask

2016-03-06 Thread Derek Yerger
From drivers/staging/android TODO file - sparse errors. The current code attempts assignment of -1 to an unsigned type. Note that in a downstream function ion_page_pool_shrink this mask is only ever evaluated against __GFP_HIGHMEM (drivers/staging/android/ion/ion_page_pool.c, line 125).

Re: [PATCH] Staging: most: Remove check for __cplusplus in headers

2016-03-06 Thread Giedrius Statkevičius
On Sun, Mar 06, 2016 at 03:50:16PM +0530, PrasannaKumar Muralidharan wrote: > From: PrasannaKumar Muralidharan > > Signed-off-by: PrasannaKumar Muralidharan Commit message is missing. ___ devel

[PATCH] Staging: most: Remove check for __cplusplus in headers

2016-03-06 Thread PrasannaKumar Muralidharan
From: PrasannaKumar Muralidharan Signed-off-by: PrasannaKumar Muralidharan --- drivers/staging/most/hdm-dim2/dim2_errors.h | 8 drivers/staging/most/hdm-dim2/dim2_hal.h| 8 drivers/staging/most/hdm-dim2/dim2_reg.h