In the Linux kernel, the following vulnerability has been resolved:
can: mcan: pci: add missing mcanclassfree_dev() in probe/remove methods
In mcanpciremove() and error handling path of mcanpciprobe(), mcanclassfreedev() should be called to free resource allocated by mcanclassallocatedev(), otherwise there will be memleak.