[PATCH 1/6] staging: wilc1000: change handle_cfg_param's return type to void

2016-06-12 Thread Chaehyun Lim
When handle_cfg_param is called in hostIFthread that is a kernel thread, it is not checked return type of this function. This patch changes return type to void. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 23 ++- 1 file changed, 2 insertions(+)

[PATCH 6/6] staging: wilc1000: remove unnecesary type cast of bss_type

2016-06-12 Thread Chaehyun Lim
There is no need to use type cast of bss_type because hif_drv->cfg_values.bss_type is u8. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wil

[PATCH 4/6] staging: wilc1000: remove unused struct set_mac_addr

2016-06-12 Thread Chaehyun Lim
struct set_mac_addr is not used anymore, so just remove it. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 1 - drivers/staging/wilc1000/host_interface.h | 4 2 files changed, 5 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/stag

[PATCH 5/6] staging: wilc1000: add bss_type to remove line over 80 characters

2016-06-12 Thread Chaehyun Lim
A local bss_type variable is added to remove checkpatch warning of line over 80 characters. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/s

[PATCH 3/6] staging: wilc1000: rename result in handle_cfg_param

2016-06-12 Thread Chaehyun Lim
This patch renames result to ret that is used to get return value from wilc_send_config_pkt. Some handle_*() functions are used as result, others are used as ret. It will be changed as ret in all handle_*() functions to match variable name. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc100

[PATCH 2/6] staging: wilc1000: change data type of result in handle_cfg_param

2016-06-12 Thread Chaehyun Lim
This patch changes data type of result variable from s32 to int. result is used to get return value from wilc_send_config_pkt that has return type of int. Signed-off-by: Chaehyun Lim --- drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [PATCH v2] Add tw5864 driver

2016-06-12 Thread Andrey Utkin
Update: added local change - to require fewer DMA buffers; - to require fewer vb2_queue buffers; - don't require vb2_queue buffers to be DMA-capable. https://github.com/bluecherrydvr/linux/commit/410a86b08d230ff2a401ac9f5be3b30f8b29f30d ___ devel maili

[PATCH] Staging:sm750fb:ddk750_chip.c:Fixed coding style in comments

2016-06-12 Thread Rithvik Patibandla
The following patch fixes format of some comments. Signed-off-by: Rithvik Patibandla --- drivers/staging/sm750fb/ddk750_chip.c | 71 +++ 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750f