mbox series

[GIT,PULL] Reset controller fixes for v6.12

Message ID 20240930165733.1541936-1-p.zabel@pengutronix.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] Reset controller fixes for v6.12 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.12

Message

Philipp Zabel Sept. 30, 2024, 4:57 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.12

for you to fetch changes up to 2cf59663660799ce16f4dfbed97cdceac7a7fa11:

  reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC (2024-09-30 14:24:37 +0200)

----------------------------------------------------------------
Reset controller fixes for v6.12

Fix a NULL pointer dereference in reset-starfive-jh71x0 and replace two
accidental commas at line endings with semicolons in reset-npcm.

----------------------------------------------------------------
Changhuang Liang (1):
      reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC

Yan Zhen (1):
      reset: npcm: convert comma to semicolon

 drivers/reset/reset-npcm.c                     | 4 ++--
 drivers/reset/starfive/reset-starfive-jh71x0.c | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)