Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux into arm...
authorOlof Johansson <olof@lixom.net>
Mon, 28 Oct 2019 15:20:05 +0000 (08:20 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 28 Oct 2019 15:20:06 +0000 (08:20 -0700)
commitb25e29721de9fd48708b4b27a955dde582bb7d9f
tree5b1aee8912ade9ac69c2bc26d5a6a5011f3a2866
parent86ec2e1739aa1d6565888b4b2059fa47354e1a89
parentf430c7ed8bc22992ed528b518da465b060b9223f
Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux into arm/fixes

Reset controller fixes for v5.5

This tag fixes a memory leak in reset_control_array_put(), which is
called by reset_control_put() for reset array controls. The other
patches are small kerneldoc comment fixes to avoid documentation build
warnings.

* tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux:
  reset: fix reset_control_ops kerneldoc comment
  reset: fix reset_control_get_exclusive kerneldoc comment
  reset: fix reset_control_lookup kerneldoc comment
  reset: fix of_reset_control_get_count kerneldoc comment
  reset: fix of_reset_simple_xlate kerneldoc comment
  reset: Fix memory leak in reset_control_array_put()

Link: https://lore.kernel.org/r/cbc2af1aece3762553219ba6b5222237dacaea9d.camel@pengutronix.de
Signed-off-by: Olof Johansson <olof@lixom.net>