In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xxlpbfifoprobe() has a requestirq() that is not balanced by a corresponding freeirq(). Add the missing call, as already done in the remove function.