Re: [PATCH 3/3] staging: rtl8723bs: os_dep: fixed spacing around operators issue

2020-09-14 Thread Joe Perches
On Mon, 2020-09-14 at 19:17 -0500, Ross Schmidt wrote: > Fixed a coding style issue by adding spaces around operators in > sdio_ops_linux.c to fix checkpatch checks. Hello Ross. If you want to do more than fix whitespace, please look at the #define for DBG_871X. All the uses with a KERN_ are bro

[PATCH 3/3] staging: rtl8723bs: os_dep: fixed spacing around operators issue

2020-09-14 Thread Ross Schmidt
Fixed a coding style issue by adding spaces around operators in sdio_ops_linux.c to fix checkpatch checks. Signed-off-by: Ross Schmidt --- .../staging/rtl8723bs/os_dep/sdio_ops_linux.c| 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8723

[PATCH 1/3] staging: rtl8723bs: os_dep: fixed trailing statements

2020-09-14 Thread Ross Schmidt
Fixed a coding style issue by moving trailing statements to new lines in sdio_ops_linux.c to fix checkpatch errors. Signed-off-by: Ross Schmidt --- drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/staging/r

[PATCH 2/3] staging: rtl8723bs: os_dep: fixed bracing issue

2020-09-14 Thread Ross Schmidt
Fixed a coding style issue by removing unnecessary braces in sdio_ops_linux.c to fix checkpatch warnings. Signed-off-by: Ross Schmidt --- drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8723bs

[driver-core:debugfs_cleanup] BUILD SUCCESS a14cd9f8d188f8488d723e11095240710f368c4b

2020-09-14 Thread kernel test robot
i386 randconfig-a005-20200913 i386 randconfig-a004-20200914 i386 randconfig-a006-20200914 i386 randconfig-a001-20200914 i386 randconfig-a003-20200914 i386 randconfig-a002-20200914 i386

[driver-core:readfile] BUILD SUCCESS 96a75bf50a3904854e8cccd67c3f5d88c5637512

2020-09-14 Thread kernel test robot
allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20200914 x86_64 randconfig-a006-20200914 x86_64 randconfig-a003-20200914 x86_64 randconfig-a002-20200914 x86_64 randconfig-a001-20200914 x86_64

[driver-core:driver-core-testing] BUILD SUCCESS 9ef8638bd8c7e06bee087a04af7950cbc6123828

2020-09-14 Thread kernel test robot
powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20200914 x86_64 randconfig-a006-20200914 x86_64 randconfig-a003-20200914 x86_64 randconfig-a002-20200914 x86_64

[staging:ion_removal] BUILD SUCCESS c50d3e9aadc190cfba3f807198638b60df1e8caa

2020-09-14 Thread kernel test robot
allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20200914 x86_64 randconfig-a006-20200914 x86_64 randconfig-a003-20200914 x86_64 randconfig-a002-20200914 x86_64 randconfig-a001

[staging:staging-next] BUILD SUCCESS 1622d35453132a1acd6d650175f9f45e4bcf553e

2020-09-14 Thread kernel test robot
allyesconfig mips allmodconfig powerpc allyesconfig powerpc allnoconfig x86_64 randconfig-a004-20200914 x86_64 randconfig-a006-20200914 x86_64 randconfig-a003-20200914 x86_64

Re: [RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING (checkpatch)

2020-09-14 Thread Joe Perches
On Mon, 2020-09-14 at 17:57 +0300, Dan Carpenter wrote: > On Sun, Sep 13, 2020 at 12:19:50PM +0530, Sohom Datta wrote: > > > From 4c8c8f3ff7f4d711daea4ac3bb987fcecc7ef1ed Mon Sep 17 00:00:00 2001 > > From: Sohom > > Date: Sat, 12 Sep 2020 18:04:56 +0530 > > Subject: [RESEND PATCH] staging: rtl8188

Re: [RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING (checkpatch)

2020-09-14 Thread Dan Carpenter
On Sun, Sep 13, 2020 at 12:19:50PM +0530, Sohom Datta wrote: > >From 4c8c8f3ff7f4d711daea4ac3bb987fcecc7ef1ed Mon Sep 17 00:00:00 2001 > From: Sohom > Date: Sat, 12 Sep 2020 18:04:56 +0530 > Subject: [RESEND PATCH] staging: rtl8188eu: Fix else after return WARNING > (checkpatch) > > Fixed: > WAR

Re: [PATCH v5 9/9] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-09-14 Thread Alex Riesen
Hi Kieran, Kieran Bingham, Tue, Aug 25, 2020 16:57:04 +0200: > On 18/06/2020 17:32, Kieran Bingham wrote: > > On 02/04/2020 19:35, Alex Riesen wrote: > >> As all known variants of the Salvator board have the HDMI decoder > >> chip (the ADV7482) connected to the SSI4 on R-Car SoC, the ADV7482 > >>