[staging:staging-testing] BUILD SUCCESS 9b1e57ef8100b3aab8d31428df768bbb46614c04

2020-09-29 Thread kernel test robot
ig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20200929 i386 randconfig-a002-20200929 i386 randconfig-a003-20200929 i386

[PATCH v2] Staging: nvec: Remove duplicate word in comment.

2020-09-29 Thread Matthew Hanzelik
Remove a duplicate word in a comment within nvec.c. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Fix spelling mistake in commit. --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c

[PATCH] Staging: nvec: Remove duplicate word in comment.

2020-09-29 Thread Matthew Hanzelik
Gemoved a duplicate word in a comment within nvec.c. Signed-off-by: Matthew Hanzelik --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c index 360ec0407740..a80996b2f5ce 100644 --- a/drivers

Re: [PATCH] PCI: Rename d3_delay in the pci_dev struct to align with PCI specification

2020-09-29 Thread Bjorn Helgaas
On Thu, Jul 30, 2020 at 09:08:48PM +, Krzysztof WilczyƄski wrote: > Rename PCI-related variable "d3_delay" to "d3hot_delay" in the pci_dev > struct to better align with the PCI Firmware specification (see PCI > Firmware Specification, Revision 3.2, Section 4.6.9, p. 73). > > The pci_dev struct

[PATCH] staging: rtl8712: Fix enqueue_reorder_recvframe()

2020-09-29 Thread Dan Carpenter
The logic of this function was accidentally broken by a checkpatch inspired cleanup. I've modified the code to restore the original behavior and also make checkpatch happy. Fixes: 98fe05e21a6e ("staging: rtl8712: Remove unnecesary else after return statement.") Signed-off-by: Dan Carpenter ---

Re: [PATCH] staging: mfd: hi6421-spmi-pmic: Fix error return in hi6421_spmi_pmic_probe()

2020-09-29 Thread Dan Carpenter
On Tue, Sep 29, 2020 at 03:48:47PM +0800, Jing Xiangfeng wrote: > Fix to return error code -ENOMEM from the error handling case instead > of 0. > > Signed-off-by: Jing Xiangfeng > --- > drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > di

[PATCH] staging: mfd: hi6421-spmi-pmic: Fix error return in hi6421_spmi_pmic_probe()

2020-09-29 Thread Jing Xiangfeng
Fix to return error code -ENOMEM from the error handling case instead of 0. Signed-off-by: Jing Xiangfeng --- drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx