[GIT PULL] Staging driver fixes for 5.11-rc3

From: Greg KH
Date: Sun Jan 10 2021 - 09:09:35 EST


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.11-rc3

for you to fetch changes up to 00b8c557d096f0930d5c07df618223d3d06902d6:

staging: ION: remove some references to CONFIG_ION (2021-01-06 17:39:38 +0100)

----------------------------------------------------------------
Staging driver fixes for 5.11-rc3

Here are some small staging driver fixes for 5.11-rc3. Nothing major,
just resolving some reported issues:
- cleanup some remaining mentions of the ION drivers that were
removed in 5.11-rc1
- comedi driver bugfix
- 2 error path memory leak fixes

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

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

----------------------------------------------------------------
Christophe JAILLET (2):
staging: spmi: hisi-spmi-controller: Fix some error handling paths
staging: mt7621-dma: Fix a resource leak in an error handling path

Dan Carpenter (1):
Staging: comedi: Return -EFAULT if copy_to_user() fails

Matthias Maennich (1):
staging: ION: remove some references to CONFIG_ION

drivers/staging/comedi/comedi_fops.c | 4 +++-
drivers/staging/hikey9xx/hisi-spmi-controller.c | 21 +++++++++++++++------
drivers/staging/media/atomisp/pci/atomisp_subdev.c | 20 --------------------
drivers/staging/mt7621-dma/mtk-hsdma.c | 4 +++-
kernel/configs/android-recommended.config | 1 -
5 files changed, 21 insertions(+), 29 deletions(-)