]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Sep 2014 19:00:18 +0000 (12:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Sep 2014 19:00:18 +0000 (12:00 -0700)
commita6988b334398513fbb423d66f1b85d0909f53d24
tree89ab10ae119a1c88676dd9cc6b1a89e5eadf7c36
parent09db9d63405e47db5ab60a7ec0bc2f5d58decc9b
parent3ea411c56ef58a1827cf06fdcdeb14fa9265be09
Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
 "Here are 3 tiny staging driver fixes for 3.17-rc5.

  Two are fixes for the imx-drm driver, resolving issues that have been
  reported.  The other is a memory leak fix for the Android sync driver,
  due to changes that went into 3.17-rc1.

  All have been in linux-next for a while"

* tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  android: fix reference leak in sync_fence_create
  imx-drm: imx-ldb: fix NULL pointer in imx_ldb_unbind()
  imx-drm: ipuv3-plane: fix ipu_plane_dpms()