In the Linux kernel, the following vulnerability has been resolved: mfd: dln2: Fix memory leak in dln2probe() When dln2setuprxurbs() in dln2probe() fails, error outfree forgets to call usbputdev() to decrease the refcount of dln2->usbdev. Fix this by adding usbputdev() in the error handling code of dln2probe().