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
---
drivers/staging/wilc1000/linux_mon.c | 1 -
drivers/staging/wilc100
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, 32 deletions(-)
diff --git a/drivers/staging/wilc1000/linux_wlan
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
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000
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
Signed-off-by: Leo Kim
---
driver
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 a/drivers/staging/wi
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 changed, 1 insertio
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 | 17 +
This patches replaces wilc_debug with netdev_err.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/wilc_wlan.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index 90b6528..0843ccf 100644
-
This patch removes unnecessary wilc_debug print log and the check routine.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/wilc_wlan.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index 0843ccf..f0ac47f 100
This patch removes wilc_dbg function because it's not any more.
Signed-off-by: Leo Kim
---
drivers/staging/wilc1000/linux_wlan.c | 4
drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 --
drivers/staging/wilc1000/wilc_wlan.c | 2 --
3 files changed, 8 deletions(-)
diff --g
Dearest Beloved,
I am Thomas James., A france national,I was browsing and I saw
your e-mail, So i decided to write you if your e-mail is real, I have
been diagnosed with esophageal cancer. It has defiled all forms of
medical treatment, and right now I have only about a few months to
live. I am
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.
>>
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
---
drivers/staging/wilc1000/linux_wlan_common.h | 4
drivers/staging/wilc1000/wilc_wlan.h | 3 +
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
---
drivers/staging/wilc1000/linux_wlan_co
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
---
drivers/staging/wilc1000/linux_wlan_common.h |
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 | 17 ++-
drivers/staging/wilc1000/wilc_debugfs.c
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 a/drivers/staging/wilc1000/wilc_wlan.c
b/drivers/staging/wilc1000/wilc_wlan.c
index c6d2
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 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperati
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 a/drivers/staging/wilc1000/linux_wlan.c
b/drivers/staging/wilc1000/linux_wlan.c
index 274f
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 insertions(+), 142 deletions(-)
diff --git a/drivers/staging/wilc1000/host_i
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 a/drivers/staging/wilc1000/coreconfigurator.c
b/drivers/staging/
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(-)
diff --git a/drivers/staging/wilc1000/host_interface.c
b/drivers/s
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 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/driv
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
---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/driver
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 +--
1 file changed, 2 insertions(+), 88 deletions(-)
diff
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 changed, 11 insertions(+), 222 deletions(-)
diff --git a/drivers/stag
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 a/drivers/staging/wilc1000/linux_mon.c
b/drivers/staging/wilc1000/linux_mon.c
index f6349e5
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 changed, 4 insertions(+), 27 deletions(-)
diff --git a/drivers/staging
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 --git a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging
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 changed, 2 insertions(+)
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
b/drivers/staging/wilc10
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
b/drivers/staging/wilc1000/linux_mon.c
index 9fcb497..5
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 changed, 4 insertions(+), 38 deletions(-)
diff --git a/drivers/staging
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 558fb50..2b575d1 100644
--- a/dri
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 staging/staging-testing]
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 391173b..c6d206d 100644
--- a/driv
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
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.
> ---
> Changes since v1:
> Changed API from integer
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 sam
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
> >> ---
> >> drive
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 afc6b4c..c45d4b1 100644
--- a/dr
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 curre
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 file changed, 5 inser
44 matches
Mail list logo