In the Linux kernel, the following vulnerability has been resolved:
ASoC: fslmqs: move ofnode_put() to the correct location
ofnodeput() should have been done directly after mqspriv->regmap = sysconnodetoregmap(gpr_np); 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.