[PATCH RESEND 10/10] staging: wilc1000: removes linux_wlan_common.h file

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes linux_wlan_common.h file and also removes the following preprocessor at files that include it: - #include 'linux_wlan_common.h' Signed-off-by: Chris Park Signed-off-by: Leo Kim ---

[PATCH RESEND 09/10] staging: wilc1000: remove useless define in linux_wlan_common.h file

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes useless define in linux_wlan_common.h file Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h | 32 1 file changed,

[PATCH RESEND 08/10] staging: wilc1000: move MODALIS and GPIO_NUM define to wilc_wlan.h file

2016-02-21 Thread Leo Kim
From: Chris Park This patch moves MODALIS and GPIO_NUM define to wilc_wlan.h file. MODALIS and GPIO_NUM define are used to two files (wilc_sdio.c, wilc_spi.c), these files already include wilc_wlan.h file in common. Signed-off-by: Chris Park

[PATCH RESEND 07/10] staging: wilc1000: move WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file

2016-02-21 Thread Leo Kim
From: Chris Park This patch moves WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file. This define is used to three files(host_interface.c,host_interface.h, linux_wlan.c) these files already include wilc_wlan_if.h file in common. Signed-off-by: Chris Park

[PATCH RESEND 04/10] staging: wilc1000: removes unnecessary wilc_debug print log

2016-02-21 Thread Leo Kim
This patch removes unnecessary wilc_debug print log. The print log was written when if condition fail. The condition is chip-id check function. Also, replaces this condition with normal function. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan.c | 4 +--- 1 file

[PATCH RESEND 05/10] staging: wilc1000: removes unnecessary variable of wilc_mac_cfg_t structure

2016-02-21 Thread Leo Kim
This patch removes unnecessary variable of wilc_mac_cfg_t structure. The variable is debug print function pointer. Removes all what used this variable. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan_cfg.c | 7 --- 1 file changed, 7 deletions(-) diff --git

[PATCH RESEND 06/10] staging: wilc1000: wilc_wlan_cfg_init: changes unused argument

2016-02-21 Thread Leo Kim
This patch changes the argument of the wilc_wlan_cfg_init function, wilc_debug to void type because wilc_debug function is not used any more. In addition, finally removes wilc_debug and related variables. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan.c |

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Bo YU
Hi, On Sun, Feb 21, 2016 at 11:33:48AM -0800, Kroah-Hartman wrote: >On Sun, Feb 21, 2016 at 04:59:17PM +0800, Bo YU wrote: >> Hello, >> >> On Sat, Feb 20, 2016 at 03:38:15PM -0800, Kroah-Hartman wrote: >> >Patch doesn't apply :( >> I don't know that whether i am doing wrong something with git. >>

[PATCH V3 24/24] staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZE

2016-02-21 Thread Leo Kim
From: Chris Park This patch moves LINUX_RX_SIZE and LINUX_TX_SIZE to wilc_wlan.h file because there are only used to wilc_wlan.c file. Signed-off-by: Chris Park Signed-off-by: Leo Kim ---

[PATCH V3 23/24] staging: wilc1000: moves to define values

2016-02-21 Thread Leo Kim
From: Chris Park This patch moves DEBUG, INFO, WRN and ERR values to wilc_debugfs.c file because this is only used to wilc_debugfs.c file. And, removes unnecessary WILC_DEBUGFS and else-case variables. Signed-off-by: Chris Park Signed-off-by: Leo Kim

[PATCH V3 22/24] staging: wilc1000: removes usused PRINT_XX(region...)

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unused PRINT_XX(region...) because already removed in used to region feature of whole wilc source. Also, removes unnecessary related region extern variable. Signed-off-by: Chris Park Signed-off-by: Leo Kim

[PATCH V3 21/24] staging: wilc1000: removes unused region feature

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unused region feature on debug message. Also, removes the functions of related in this feature. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h

[PATCH V3 20/24] staging: wilc1000: wilc_wlan.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan.c | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH V3 19/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 14 +++--- 1 file changed, 3 insertions(+), 11

[PATCH V3 18/24] staging: wilc1000: linux_wlan.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH V3 17/24] staging: wilc1000: host_interface.c: replace PRINT_ER with netdev_err

2016-02-21 Thread Leo Kim
From: Chris Park This patch replaces PRINT_ER with netdev_err. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/host_interface.c | 284 +++--- 1 file changed, 142

[PATCH V3 15/24] staging: wilc1000: coreconfigurator.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH V3 16/24] staging: wilc1000: host_interface.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/host_interface.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-)

[PATCH V3 14/24] staging: wilc1000: removes unused CFG80211_DBG tag

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unused CFG80211_DBG tag. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h | 4 +--- drivers/staging/wilc1000/wilc_debugfs.c | 6 +++--- 2

[PATCH V3 13/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages. And, it adds a 'break' statement in accordance with the switch-case rule. Signed-off-by: Chris Park Signed-off-by: Leo Kim ---

[PATCH V3 10/24] staging: wilc1000: removes unused HOSTAPD_DBG tag

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unused HOSTAPD_DBG tag. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h | 4 +--- drivers/staging/wilc1000/wilc_debugfs.c | 5 ++--- 2

[PATCH V3 09/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes the unnecessary log messages which is used with the HOSTAPD_DBG tag. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 90

[PATCH V3 12/24] staging: wilc1000: wilc_wfi_cfgoperations.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log messages and relate variables. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 233 +- 1 file

[PATCH V3 08/24] staging: wilc1000: linux_mon.c: removes comments

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary comments. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 4 1 file changed, 4 deletions(-) diff --git

[PATCH V3 11/24] staging: wilc1000: host_interface.c: removes unnecessary log messages

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log message and relate variables. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/host_interface.c | 31 --- 1 file

[PATCH V3 06/24] staging: wilc1000: host_interface.c: removes unnecessary log message

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log message and relate variables. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/host_interface.c | 5 - 1 file changed, 5 deletions(-) diff

[PATCH V3 05/24] staging: wilc1000: removes potential null dereference

2016-02-21 Thread Leo Kim
This patch removes the error reported by smatch. - wilc_wfi_cfgoperations.c:674 scan() error: potential null dereference 'strHiddenNetwork.net_info'. (kmalloc returns null) Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 ++ 1 file

[PATCH V3 04/24] staging: wilc1000: linux_mon.c: add to check routine

2016-02-21 Thread Leo Kim
This patch adds the return value which needs the check and prints the error message when it fails. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_mon.c

[PATCH V3 02/24] staging: wilc1000: linux_mon.c: removes debug logs

2016-02-21 Thread Leo Kim
This patches removes unnecessary debug logs. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 24 ++-- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/drivers/staging/wilc1000/linux_mon.c

[PATCH V3 07/24] staging: wilc1000: linux_mon.c: removes unnecessary log message

2016-02-21 Thread Leo Kim
From: Chris Park This patch removes unnecessary log message and relate variables. Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 42 1 file

[PATCH V3 03/24] staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_err

2016-02-21 Thread Leo Kim
This patches replaces PRINT_ER with netdev_err. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c index

[PATCH V3 00/24] staging: wilc1000: Resend V3

2016-02-21 Thread Leo Kim
Dear Greg This is the 3rd of the patch series about the other reason why V1 and V2. V1 : first patch send. After a little time has elapsed, received a error message from "kbuild test robot". === [auto build test WARNING on

[PATCH V3 01/24] staging: wilc1000: wilc_wlan.c: removes PRINT_ER

2016-02-21 Thread Leo Kim
This patches removes PRINT_ER that is unnecessary debug logs. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c index

Re: [PATCH v2 3/3] iio: hmc5843: Move hmc5843 out of staging

2016-02-21 Thread Jonathan Cameron
On 14/02/16 22:37, Cristina Moraru wrote: > This patch moves hmc5843 driver from staging/iio/magnetometer > to iio/magnetometer, updates the corresponding Makefiles and > moves the hmc5843* entries to the 'Industrial I/O support -> > Magnetometer sensors' menu. > > Signed-off-by: Cristina Moraru

Re: [PATCH v2 2/3] iio: hmc5843: Add ABI documentation file for hmc5843

2016-02-21 Thread Jonathan Cameron
On 14/02/16 22:37, Cristina Moraru wrote: > Add ABI file documenting hmc5843 non-standard attributes > meas_conf and meas_conf_available for bias current > configuration. > > Signed-off-by: Cristina Moraru > Cc: Daniel Baluta Applied. > ---

Re: [PATCH v2 1/3] iio: hmc5843: Add attributes for measurement config of bias current

2016-02-21 Thread Jonathan Cameron
On 14/02/16 22:37, Cristina Moraru wrote: > Change static attribute meas_conf for bias current configuration > to channel attribute in_magn_meas_conf and also add > in_magn_meas_conf_available attribute to view available configurations. > > This patch solves functionality bug: driver was using

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Kroah-Hartman
On Sun, Feb 21, 2016 at 04:59:17PM +0800, Bo YU wrote: > Hello, > > On Sat, Feb 20, 2016 at 03:38:15PM -0800, Kroah-Hartman wrote: > >On Wed, Feb 17, 2016 at 02:53:34PM +0800, Bo YU wrote: > >> Fix comments to use trailing */ on separate lines. > >> > >> Signed-off-by: YU BO

[PATCH] Staging: rdma: hfi1: verbs_mcast: fixed a brace coding style issue

2016-02-21 Thread Jannik Becher
Fixed a coding style issue. Signed-off-by: Jannik Becher --- drivers/staging/rdma/hfi1/verbs_mcast.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rdma/hfi1/verbs_mcast.c b/drivers/staging/rdma/hfi1/verbs_mcast.c index

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Roger H Newell
Hello: I think you need to make sure your staging-testing tree is current before creating a patch. git checkout staging-testing && git fetch origin git checkout my-branch && git rebase origin/staging-testing As I understand it any patch you create after those commands will be on-top of the

Re: [PATCH] staging: xgifb: Fix comment style

2016-02-21 Thread Bo YU
Hello, On Sat, Feb 20, 2016 at 03:38:15PM -0800, Kroah-Hartman wrote: >On Wed, Feb 17, 2016 at 02:53:34PM +0800, Bo YU wrote: >> Fix comments to use trailing */ on separate lines. >> >> Signed-off-by: YU BO >> --- >> drivers/staging/xgifb/vb_init.c | 10 +- >> 1