Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into arm/fixes
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Dec 2023 21:02:22 +0000 (21:02 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Dec 2023 21:02:22 +0000 (21:02 +0000)
commitd73ad797c83b0777407a2200bbefa3cb82759247
tree93a739132247d9d18044d2c7b822b90228b62c7d
parent81556f228c0e7b3681e1002eb182efc4c1410c72
parent4a6756f56bcf8e64c87144a626ce53aea4899c0e
Merge tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux into arm/fixes

Reset controller fixes for v6.7

Fix a void-pointer-to-enum-cast warning in the hisilicon hi6220 reset
driver and fix a NULL pointer dereference when freeing non-existent
optional resets requested via the reset_array API in the core.

* tag 'reset-fixes-for-v6.7' of git://git.pengutronix.de/pza/linux:
  reset: Fix crash when freeing non-existent optional resets
  reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning

Link: https://lore.kernel.org/r/20231213152606.231044-1-p.zabel@pengutronix.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>