[staging:ion_removal] BUILD SUCCESS 8102532061da82d1d938f4634ba8e14b75de64f3

2020-09-13 Thread kernel test robot
allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a004-20200913 i386 randconfig-a006-20200913 i386 randconfig-a003-20200913 i386 randconfig-a001

[staging:staging-testing] BUILD SUCCESS 978620cc4f5577c5139da9d8377849aeac46687a

2020-09-13 Thread kernel test robot
powerpc allmodconfig powerpc allnoconfig i386 randconfig-a004-20200913 i386 randconfig-a006-20200913 i386 randconfig-a003-20200913 i386 randconfig-a001-20200913 i386

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

2020-09-13 Thread Sohom
Fixed: WARNING: else is not generally useful after a break or return 1636: FILE: ./rtw_recv.c:1636: + return false; + else Separated the return statement into a separate block since it doesn't seem to depend on the SN_LESS explicity being false. Signed-off-by: Sohom --- drivers/

Re: [GIT PULL] Staging/IIO driver fixes for 5.9-rc5

2020-09-13 Thread pr-tracker-bot
The pull request you sent on Sun, 13 Sep 2020 10:39:18 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > tags/staging-5.9-rc5 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6c7247f6258b2dba353c885a1b00d795a380cc85 Thank you! -- Deet-doot-d

[PATCH 2/2] staging: rtl8723bs: remove 5 GHz code

2020-09-13 Thread Michael Straube
Acoording to the TODO code valid only for 5 GHz should be removed. - find and remove remaining code valid only for 5 GHz. Most of the obvious ones have been removed, but things like channel > 14 still exist. Remove code path only valid for channels > 14. Signed-off-by: Michael Straube --- ..

[PATCH 1/2] staging: rtl8723bs: remove cckrates{only}_included()

2020-09-13 Thread Michael Straube
In rtw_ieee80211.c there are rtw_is_cckrates_included() and rtw_is_cckratesonly_included() which have the same functionality as cckrates_included() and cckrates_only_included() defined in rtw_wlan_util.c. Remove the functions from rtw_wlan_util.c and use those from rtw_ieee80211.c. Remove the now u

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

2020-09-13 Thread Sohom Datta
>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: WARNING: else is not generally useful after a break or return 1636: FILE: ./rtw_

[GIT PULL] Staging/IIO driver fixes for 5.9-rc5

2020-09-13 Thread Greg KH
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.9-rc5 for you to fetch changes up to a139ffa40f0c24

Re: [PATCH 1/5] staging: rtl8723bs: refactor cckrates{only}_included

2020-09-13 Thread Michael Straube
On 2020-09-12 20:22, Joe Perches wrote: On Sat, 2020-09-12 at 10:45 +0200, Michael Straube wrote: Refactor cckrates_included() and cckratesonly_included() to simplify the code and improve readability. Signed-off-by: Michael Straube --- drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 14 +