[PATCH 12/14] staging: wilc1000: remove typedef from tenuScanConnTimer

2015-10-07 Thread Tony Cho
From: Leo Kim This patch removes typedef from the enum tenuScanConnTimer and renames it to scan_conn_timer. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/

[PATCH 13/14] staging: wilc1000: host_infterface.h: remove unused enum tenuWILC_StaFlag

2015-10-07 Thread Tony Cho
This patch removes unused enum tenuWILC_StaFlag from the host_interface.h. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.h | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_int

[PATCH 14/14] staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c

2015-10-07 Thread Tony Cho
This patch removes "wilc_wlan.c" from the wilc_wfi_cfgoperation.c file and adds wilc_wlan.o into Makefile to compile it because there is few benefits. This patch also adds "wilc_wfi_netdevice.h" in the wilc_wlan.c file to avoid the compile errors. Signed-off-by: Tony Cho --- drivers/staging/wilc

Re: [PATCH] unused macro read_next_pair removed

2015-10-07 Thread Sudip Mukherjee
On Thu, Oct 08, 2015 at 08:26:40AM +0700, Ivan Safonov wrote: > Unused macro read_next_pair removed. > > Signed-off-by: Ivan Safonov > --- Your subject is not clear. It should have been: [PATCH] staging: rtl8188eu: unused macro read_next_pair removed same for your next patch also. regards sudip

Re: [PATCH 0/3] staging: sm750fb: remove sii164 DVI controller support

2015-10-07 Thread Sudip Mukherjee
On Tue, Oct 06, 2015 at 04:49:13PM +0100, Mike Rapoport wrote: > Currently the sii164 DVI controller support is unused anywhere in the rest of > the driver, and, anyway it does not belong to framebuffer device driver. > These patches remove the sii164 DVI controller support. I am not sure if we can

[PATCH] staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof used

2015-10-07 Thread Ivan Safonov
Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/hal/bb_cfg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c b/drivers/staging/rtl8188eu/hal/bb_cfg.c index fa461b4..ff5b15e 100644 --- a/drivers/staging/rtl8188eu/hal/bb_cf

[PATCH V2] staging: dgnc: Remove dgnc_ports_state_show

2015-10-07 Thread Salah Triki
dgnc_ports_state_show is removed, since it exposes ports status which help an adversary to plan an attack. Signed-off-by: Salah Triki --- drivers/staging/dgnc/dgnc_sysfs.c | 21 - 1 file changed, 21 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/stag

[PATCH] staging: rtl8188eu: unused macro read_next_pair removed

2015-10-07 Thread Ivan Safonov
Unused macro read_next_pair removed from rtl8188eu driver. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/hal/bb_cfg.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c b/drivers/staging/rtl8188eu/hal/bb_cfg.c index 9c7e626..fa461b4 100

<    1   2