In the Linux kernel, the following vulnerability has been resolved: dmaengine: mvxorv2: Fix a resource leak in mvxorv2remove() A clkprepareenable() call in the probe is not balanced by a corresponding clkdisable_unprepare() in the remove function. Add the missing call.