Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jan 2021 20:28:07 +0000 (12:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jan 2021 20:28:07 +0000 (12:28 -0800)
commit4ad9a28f56d70b950b1232151b2354636853727a
treed56d6677cc2d710f5a0d31ad4bcae23951c605e7
parente07cd2f3e7e525fa8df334d11beceb4c1bdcc74e
parent00b8c557d096f0930d5c07df618223d3d06902d6
Merge tag 'staging-5.11-rc3' of git://git./linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
 "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

   - two error path memory leak fixes

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

* tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: ION: remove some references to CONFIG_ION
  staging: mt7621-dma: Fix a resource leak in an error handling path
  Staging: comedi: Return -EFAULT if copy_to_user() fails
  staging: spmi: hisi-spmi-controller: Fix some error handling paths