In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget() to prevent refcnt leak In arizonaclk32kenable(), we should use pmruntimeresumeandget() as pmruntimeget_sync() will increase the refcnt even when it returns an error.