In the Linux kernel, the following vulnerability has been resolved: regulator: bq257xx: Fix device node reference leak in bq257xxregdtparsegpio() In bq257xxregdtparsegpio(), if fails to get subchild, it returns without calling ofnodeput(child), causing the device node reference leak.