In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clkmt8135apmixedprobe() 'clkdata' is allocated with mtkdevmallocclkdata(). So calling mtkfreeclk_data() explicitly in the remove function would lead to a double-free. Remove the redundant call.