In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget() take reference, which should be balanced with rcarfcpput(). Add missing rcarfcpput() in fdp1remove and the error paths of fdp1_probe() to fix this. [hverkuil: resolve merge conflict, remove() is now void]