Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Sep 2024 21:31:38 +0000 (14:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Sep 2024 21:31:38 +0000 (14:31 -0700)
commit00b43f85f287f4b661f1a2485bed1a476d308427
treeb6902a1917ffbcacc03c394e77984cd5a9dae399
parent20d9ba738b9696ee882c6ecf55cfae8fb8b64040
parent447b167bb60d0bb95967c4d93dac9af1cca437db
Merge tag 'libnvdimm-for-6.12' of git://git./linux/kernel/git/nvdimm/nvdimm

Pull libnvdimm updates from Ira Weiny:

 - use Open Firmware helper routines

 - fix memory leak when nvdimm labels are incorrect

 - remove some dead code

* tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
  nvdimm: Remove dead code for ENODEV checking in scan_labels()
  nvdimm: Fix devs leaks in scan_labels()
  nvdimm: Use of_property_present() and of_property_read_bool()