arm allmodconfig
i386 randconfig-c001
powerpc randconfig-c003-20220225
mips randconfig-c004-20220225
s390 debug_defconfig
armshmobile_defconfig
sh
allmodconfig
i386 randconfig-c001
powerpc randconfig-c003-20220225
mips randconfig-c004-20220225
s390 debug_defconfig
armshmobile_defconfig
sh microdev_defconfig
sh
--
Hello,
Good Day friend, My name is Mr. J. Philip Gabriel, I work with one of
the leading security company here in Germany I have sent you an email
severe times but I'm not sure if you received it, because I have not
heard from you, this is the reason why I repeated it again. I am in
possessio
From: Jérôme Pouiller
The flags declared in the DT were not forwarded to request_irq().
Fixes: a7efb62509d8 ("staging: wfx: use threaded IRQ with SPI")
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/bus_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/s
From: Jérôme Pouiller
wfx_bh_request_tx() send HIF request asynchronously through bh_work().
Then the caller will run wfx_bh_poll_irq() to poll the answer.
However it useless to burn CPU cycles for the polling while the request
has yet been sent. Worse, wfx_bh_poll_irq() may get the CPU and prev
From: Jérôme Pouiller
When possible it is better to wait for an explicit event instead of wait
an arbitrary amount of time.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/hif_tx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wfx/hif_tx.c b/dri
From: Jérôme Pouiller
The code to execute on end of the function is the same whatever the
command replies or not.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/hif_tx.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/sta
From: Jérôme Pouiller
ieee80211.h is useless since commit 5e911c3d9dbc9 ("staging: wfx: avoid
defining array of flexible struct")
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/hif_api_cmd.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/wfx/hif_api_cmd.h
b/drive
From: Jérôme Pouiller
Obviously, the variable "ret" was useless.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/sta.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c
index 28474614a8e5..b1e9fb14d2b4 100644
--
From: Jérôme Pouiller
A few lines were not yet formatted on 100 columns.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/fwio.c | 3 +--
drivers/staging/wfx/hif_rx.c | 3 +--
drivers/staging/wfx/hif_tx.c | 3 +--
drivers/staging/wfx/hif_tx_mib.c | 3 +--
drivers/staging/wf
From: Jérôme Pouiller
A few comments were not yet formatted on 100 columns.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/data_tx.c | 8 ++--
drivers/staging/wfx/queue.c | 9 -
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/drivers/staging/wfx/data_tx.c
From: Jérôme Pouiller
There is no reason to add multiple spaces between a variable name and
its type.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/bus_spi.c | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/wfx/bus_spi.
From: Jérôme Pouiller
sta.o was listed twice in the Makefile.
Signed-off-by: Jérôme Pouiller
---
drivers/staging/wfx/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile
index ae94c6552d77..c8b356f71c99 100644
--- a/drivers/sta
From: Jérôme Pouiller
This PR contains fixes for various small defects I have seen these last
weeks.
Jérôme Pouiller (10):
staging: wfx: sta.o was linked twice
staging: wfx: fix struct alignment
staging: wfx: format comments on 100 columns
staging: wfx: format code on 100 columns
stagi
14 matches
Mail list logo