[GIT PULL] Staging driver fixes for 5.0-rc2

From: Greg KH
Date: Sun Jan 13 2019 - 05:23:47 EST


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.0-rc2

for you to fetch changes up to 06382deac2b8a49bbc5aaa3c9118fed6da4a1ac1:

Revert "staging: rtl8723bs: Mark ACPI table declaration as used" (2019-01-11 10:40:13 +0100)

----------------------------------------------------------------
Staging driver fixes for 5.0-rc2

Here are some small staging driver fixes for some reported issues.

One reverts a patch that was made to the rtl8723bs driver that turned
out to not be needed at all as it was a bug in clang. The others fix up
some reported issues in the rtl8188eu driver and update the MAINTAINERS
file to point to Larry for this driver so he can get the bug reports
easier.

All have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Revert "staging: rtl8723bs: Mark ACPI table declaration as used"

Larry Finger (3):
MAINTAINERS: Add entry for staging driver r8188eu
staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption
staging: rtl8188eu: Fix module loading from tasklet for WEP encryption

MAINTAINERS | 5 +++++
drivers/staging/rtl8188eu/core/rtw_security.c | 6 +++---
drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)