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