In the Linux kernel, the following vulnerability has been resolved: ASoC: fslmqs: move ofnodeput() to the correct location ofnodeput() should have been done directly after mqspriv->regmap = sysconnodetoregmap(gprnp); otherwise it creates a reference leak on the success path. To fix this, ofnodeput() is moved to the correct location, and change all the gotos to direct returns.