Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Dec 2025 23:46:10 +0000 (08:46 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Dec 2025 23:46:10 +0000 (08:46 +0900)
commitb88b2f82fab45521cb32c0b737266d90a66a748f
treeefd1bf9fe03b8dc49718ad8bba29258c6060aae8
parenta110f942672c8995dc1cacb5a44c6730856743aa
parent08bfcf4ff9d39228150a757803fc02dffce84ab0
Merge tag 'hwmon-for-v6.19-take-2' of git://git./linux/kernel/git/groeck/linux-staging

Pull hwmon fixes Guenter Roeck:

 - Documentation: Fix link to g762 devicetree binding

 - emc2305: Fix devicetree refcount leak and double put

 - dell-smm: Fix channel-index off-by-one error

 - w83791d: Convert macros to functions to avoid TOCTOU

* tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  docs: hwmon: fix link to g762 devicetree binding
  hwmon: (emc2305) fix device node refcount leak in error path
  hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dt
  hwmon: (dell-smm) Fix off-by-one error in dell_smm_is_visible()
  hwmon: (w83791d) Convert macros to functions to avoid TOCTOU