[GIT PULL] Staging driver fixes for 5.0-rc4

From: Greg KH
Date: Fri Jan 25 2019 - 07:23:05 EST


The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 31eb79db420a3f94c4c45a8c0a05cd30e333f981:

staging: android: ion: Support cpu access during dma_buf_detach (2019-01-22 11:38:09 +0100)

----------------------------------------------------------------
Staging driver fixes for 5.0-rc4

Here are some small staging driver fixes for 5.0-rc4.

They resolve some reported bugs and add a new device id for one driver.
Nothing major at all, but all good to have.

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Dan Carpenter (1):
Staging: wilc1000: unlock on error in init_chip()

Gustavo A. R. Silva (1):
staging: wilc1000: fix memory leak in wilc_add_rx_gtk

Július Milan (1):
staging: wilc1000: fix registration frame size

Liam Mark (1):
staging: android: ion: Support cpu access during dma_buf_detach

Michael Straube (1):
staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1

Nathan Chancellor (1):
staging: rtl8723bs: Fix build error with Clang when inlining is disabled

Phil Elwell (1):
staging: vchiq: Fix local event signalling

drivers/staging/android/ion/ion.c | 2 +-
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
drivers/staging/rtl8723bs/include/ieee80211.h | 6 +++---
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 1 +
drivers/staging/wilc1000/host_interface.c | 5 ++---
drivers/staging/wilc1000/wilc_wlan.c | 7 ++++---
6 files changed, 12 insertions(+), 10 deletions(-)